Dynamic variable names: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.)
Line 1:
{{task|Programming environment operations}}
{{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.
;Task:
Create a variable with a user-defined name.
 
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>
 
=={{header|AutoHotkey}}==