Dynamic variable names: Difference between revisions

Content added Content deleted
m (Added compatibility for Delphi)
(Added Delphi reference to Pascal code)
Line 248: Line 248:
# value: [1, 2, "BOO!"]</lang>
# 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).
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}}==
=={{header|Elena}}==