3 lines
156 B
Text
3 lines
156 B
Text
|
|
See "Enter the variable name: " give cName eval(cName+"=10")
|
||
|
|
See "The variable name = " + cName + " and the variable value = " + eval("return "+cName) + nl
|