uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
129 stars 13 forks source link

Error about reference when writing compact dictionary expression in message box #55

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

Write

foo:bar bar:baz baz:bum

into the message box. You get an error message that the referenced value doesn't exist anymore, instead of seeing the resulting dictionary value's first line in the result field.

uliwitness commented 8 years ago

Writing

foo: 1 bar: 2 baz: 3

works fine. I presume it's an issue with unquoted string literals in compact array literals.