ucblogo-code
ucblogo-code copied to clipboard
Does not accept list with unmatched parens.
In the documentation it states that unmatched parenthesis (among other things) while reading a list will cause a continuation of input, but UCBLogo will accept a closing bracket. The closing bracket prevents UCBLogo from properly accepting a closing parenthesis. For example:
? PRINT [ Errors make me sad. :( ]
~ )
unexpected ')'