I can't print b (ESP Basic 3.0 Alpha 8)
Posted: Tue Jun 28, 2016 5:56 am
The following program does not work:
b=33
print b
end
result:
__________
Comparison between string and number!
__________
b
__________
Done...
b=33
print b
end
result:
__________
Comparison between string and number!
__________
b
__________
Done...