Simpletalk icon indicating copy to clipboard operation
Simpletalk copied to clipboard

"it" variable lost in (local) execution scope

Open dkrasner opened this issue 2 years ago • 0 comments

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

dkrasner avatar Dec 09 '22 12:12 dkrasner