version Tested: BASIC816 v.0.2.0-alpha+254
description: There is a new problem with strings when used in an if statement for this version
How to replicate:
10 get k$:if k$="" then goto 10
20 if k$="s" then print "YES!"
30 goto 10
if you press "s" you get a:
Syntax error at 20
version Tested: BASIC816 v.0.2.0-alpha+254
description: There is a new problem with strings when used in an if statement for this version
How to replicate:
10 get k$:if k$="" then goto 10
20 if k$="s" then print "YES!"
30 goto 10
if you press "s" you get a:
Syntax error at 20