ucblogo-code icon indicating copy to clipboard operation
ucblogo-code copied to clipboard

variable definition fails in wxwidget editor

Open rolandchee opened this issue 4 months ago • 2 comments

to vardef
  make "a 42
  show a
end

When done in the logo terminal, it successfully outputs "42".

However, when done in the wxwidgets editor, it outputs

I don't know how to    a in vardef
[make    a 42]

I notice in the wxwidgets editor the "a becomes “a. Does the error have something to do with this?

rolandchee avatar Oct 20 '24 11:10 rolandchee