RosettaCodeData/Task/Dynamic-variable-names/00DESCRIPTION

6 lines
231 B
Plaintext

{{omit from|Lily}}
Create a variable with a user-defined name. The variable name should ''not'' be written in the program text, but should be taken from the user dynamically.
;See also
* [[Eval in environment]] is a similar task.