7 lines
159 B
Text
7 lines
159 B
Text
|
|
name: strip input "enter a variable name: "
|
||
|
|
value: strip input "enter a variable value: "
|
||
|
|
|
||
|
|
let name value
|
||
|
|
|
||
|
|
print ["the value of variable" name "is:" var name]
|