Back to General discussions forum
Hello y'all,
I'm working through basic tokenizer (Problem #281), and I'm able to solve all the test cases save for these two:
REM here's a breakREM Just a fine comment!These lines are supposed to result in an error, but I'm unable to see where the error is.
Here's my current thought proccess:
here's shouldn't break anything.Any help would be appreciated!