I promise this is real. I was working on a project and was trying to use some alphanumeric indexing into a LAUNCH block. I went to test it when the project froze. There wasn't a halo surronding the script either, so it wasn't just stuck in an infinite loop. I didn't know what to think of it yet, so I continued work. But it froze up on me again. I wondered what could cause it, so I tried removing the alphanumeric indexed list and it started working again.
Immedientally after this, I went to make a new test project and created a very simple test, just to see if I thought what was the culprit was the culprit:
launch(item (e v) of (list (list [e] ({go to x: (0) y: (0)} @addInput) @delInput@addInput) @delInput @addInput)) @addInput
And I ran it, and just as before, it crashed. The specific circumstances behind it are also quite weird. For one, only LAUNCH is affected. RUN and CALL do not crash. That itself is somewhat easy to explain (LAUNCH has to make a new process, whereas RUN and CALL might not), but it also has to be an alphanumeric index. That I have no idea why. Although I know that numeric and alphanumeric indecies are handled slightly differently, I don't see how that could affect the actual output of a script.
User agent string, because I wouldn't be surprised if this isn't consistent across browsers:
Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36