Runtime evaluation: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
m (→‎{{header|REXX}}: changed the wording in the output section.)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1:
{{task}}
 
;Task:
Demonstrate your language's ability for programs to execute code written in the language provided at runtime.
 
Show us what kind of program fragments are permitted (e.g. expressions vs. statements), how you get values in and out (e.g. environments, arguments, return values), if applicable what lexical/static environment the program is evaluated in, and what facilities for restricting (e.g. sandboxes, resource limits) or customizing (e.g. debugging facilities) the execution.
 
Line 6 ⟶ 9:
 
For a more constrained task giving a specific program fragment to evaluate, see [[Eval in environment]].
<br><br>
 
=={{header|ALGOL 68}}==