RosettaCodeData/Task/Dynamic-variable-names/Deja-Vu/dynamic-variable-names.djv

6 lines
190 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
local :var-name !run-blob !compile-string dup concat( ":" !prompt "Enter a variable name: " )
local var-name 42
#Assuming the user types THISISWEIRD, otherwise this'll error
!. THISISWEIRD