RosettaCodeData/Task/Dynamic-variable-names/00-TASK.txt
2023-07-01 13:44:08 -04:00

10 lines
238 B
Text

;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.
;See also
*   [[Eval in environment]] is a similar task.
<br><br>