5 lines
190 B
Text
5 lines
190 B
Text
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
|