APPLY [[[x]] :x] [1] crashes FMSLogo
A Logo programming environment for Microsoft Windows
Brought to you by:
david_costanzo
Running the following instruction causes FMSLogo to stop working (crash)
APPLY [[[x]] :x] [1]
This was reproduced on FMSLogo 8.4.0. Both UCBLogo 6.2.5 and MSWLogo 6.5b also crash.
I'm not sure what the expected result, but I think it's to throw a bad input error:
APPLY doesn't like [[[x]] :x] as input
That is, the instruction list argument is not a well-formed "named-slot" template because [x] is given where a word is expected.