Jump to content

Runtime evaluation: Difference between revisions

no edit summary
(omit this task from D)
No edit summary
Line 223:
 
println years5</lang>
 
 
=={{header|J}}==
Use the monad ". to execute a string.
 
http://www.jsoftware.com/help/dictionary/d601.htm
 
<lang J>
". 'a =. +/ 1 2 3' NB. execute a string to sum 1, 2 and 3 and assign to noun a
</lang>
 
=={{header|Perl}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.