Runtime evaluation: Difference between revisions

m
(Added Julia language)
m (→‎{{header|Perl 6}}: fix markup)
Line 1,110:
=={{header|Perl 6}}==
Any syntactically valid sequence of statements may be run, and the snippet to be run can see its outer lexical scope at the point of the <tt>eval</tt>:
<lang perlperl6>use MONKEY-SEE-NO-EVAL;
 
my ($a, $b) = (-5, 7);
10,333

edits