jrincayc / ucblogo-code

Berkeley Logo interpreter
https://people.eecs.berkeley.edu/~bh/logo.html
GNU General Public License v3.0
184 stars 34 forks source link

Backtick not working??? #117

Closed gypsydave5 closed 2 years ago

gypsydave5 commented 2 years ago

I'm running the latest release of UCBLogo on MacOS, using wxWidgets.

input:

show `[foo baz ,[bf [a b c]] garply ,@[bf [a b c]]]

expected output:

[foo baz [b c] garply b c]

actual output:

I don't know how  to `

This also makes itself apparent when trying to use cascade.

dmalec commented 2 years ago

A little bit of research.

I can reproduce this on MacOS with wxWidgets.

If I run this on Windows, MacOS without wxWidgets, or Linux, the above command runs as expected.