Timeline for Find an Illegal String
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 23, 2022 at 4:33 | comment | added | Aiden Chow | Not only does it parse \¶ (where ¶ is newline) as an empty list, it literally parses anything in the form [invalid expression]¶ (replace [invalid expression] with something that would normally error) as an empty list too. Try f(n)=a¶ for example. | |
| Sep 23, 2021 at 16:19 | comment | added | Bbrk24 | "However, Desmos strangely interprets this as an empty list (normally represented as [])" -- I had to test this, and it's even weirder than I thought. Desmost doesn't just interpret it as [], but renders it as []. | |
| Mar 18, 2021 at 15:01 | history | answered | Ethan Chapman | CC BY-SA 4.0 |