Whenever there's some sort of unrecognized token somewhere, instead of saying where it is and what it is, an error is thrown that gives no useful information.
For example with the code:
costumes "assets/blank.svg";
onflag {
say "Hello, World!";
a;
}
Gives:
error: expected `,` or `}` at line 1 column 1387
Finished in 6.6889ms
Whenever there's some sort of unrecognized token somewhere, instead of saying where it is and what it is, an error is thrown that gives no useful information.
For example with the code:
Gives: