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

10 lines
237 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
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.
2013-04-10 16:57:12 -07:00
;See also
2016-12-05 22:15:40 +01:00
*   [[Eval in environment]] is a similar task.
<br><br>