Closed DG094 closed 4 years ago
test.yab: print "\\"
print "\\"
yabasic test.yab ---Error in test.yab, line 1: ---Error: String not terminated print "\\" ^~~~~ ---Error: Program not executed
I expected to see a single slash but recieved the above error instead.
test.yab: print "\\"" output: \"
print "\\""
\"
Yep, confirmed. Will fix this.
Fixed with Version 2.86.6
test.yab:
print "\\"
I expected to see a single slash but recieved the above error instead.
test.yab:
print "\\""
output:\"