-->
Page 1 of 1

I can't print b (ESP Basic 3.0 Alpha 8)

PostPosted: Tue Jun 28, 2016 5:56 am
by raintime
The following program does not work:
b=33
print b
end



result:
__________
Comparison between string and number!
__________
b
__________
Done...

Re: I can't print b (ESP Basic 3.0 Alpha 8)

PostPosted: Tue Jun 28, 2016 6:55 pm
by forlotto
try this copy it and paste ;)

Code: Select allb = 33
print b
end


you see what you did wrong no spaces we still require spaces in basic it is syntax error that is causing this one garbage in garbage out...

Re: I can't print b (ESP Basic 3.0 Alpha 8)

PostPosted: Tue Jun 28, 2016 9:24 pm
by raintime
Thanks so very much forlotto! I didn't know spaces were needed! That will fix up many many of the problems I have been having. :D

But now I really hope that one day this great BASIC will NOT CARE about spaces!