Simpletalk
Simpletalk copied to clipboard
"it" variable lost in (local) execution scope
Main issue
try
ask "what is my name"
answer it
answer it
You'll see the 2nd answer throw an error. You can get around this by using put it into [some other var]
but that should not be necessary