RosettaCodeData/Task/Dynamic-variable-names/Arturo/dynamic-variable-names.arturo

7 lines
159 B
Plaintext

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]