my_basic icon indicating copy to clipboard operation
my_basic copied to clipboard

Extra characters at end of line not flagged as errors

Open lllucius opened this issue 7 years ago • 0 comments

Just ran across this: ` d = dict() d("b") = "2""a" d("b") = "2") d("b") = "2"> d("b") = "2": d("b") = "2"- d("b") = "2"/

a = "2""a" a$ = "2"> let a = "2") ` The trailing characters are not flagged as errors

lllucius avatar Mar 12 '18 01:03 lllucius