Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add the result of the EVAL statement
  • Loading branch information
tbrowder committed Jul 24, 2016
1 parent f17bc21 commit 92aa954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -1460,7 +1460,7 @@ input, such as a variable or string with embedded code, you must enable the
C<MONKEY-SEE-NO-EVAL> pragma:
use MONKEY-SEE-NO-EVAL;
EVAL "say { 5 + 5 }";
EVAL "say { 5 + 5 }"; # says 10
Symbols in the current lexical scope are visible to code in an C<EVAL>.
Expand Down

0 comments on commit 92aa954

Please sign in to comment.