Dynamic variable names: Difference between revisions

Added Delphi reference to Pascal code
m (Added compatibility for Delphi)
(Added Delphi reference to Pascal code)
Line 248:
# value: [1, 2, "BOO!"]</lang>
It is also possible to capture the environment object resulting from the evaluation of the constructed program and use it later; this is done by <code>bindX</code> in [[Eval in environment#E]] (except for the program being constant, which is independent).
 
=={{header|Delphi}}==
See [https://rosettacode.org/wiki/Dynamic_variable_names#Pascal Pascal].
 
=={{header|Elena}}==
478

edits