From: Mark Coffman
I'm using V15.08.10 and I noticed a nit-picky detail inconsistency bug in byte code expansion for a print statement. Enter program
100 print a$,b$; 110 print sqrt(0),sqrt(0); 120 print date$,time$; 130 print time$,date$; 140 print time$,date$, 150 print time$;date$; 160 print inkey$;
...{note: not run!"}
list
Notice that in case of the funky function variable the ";" character gets a space listed before it while a "," dosen't. Even QB dosen't do this.
{eot}
You seem to have CSS turned off. Please don't fill out this field.
Thanks for reporting - I'll fix this.
Rob
View and moderate all "[CLOSED] Bug reports" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
From: Mark Coffman
I'm using V15.08.10 and I noticed a nit-picky detail inconsistency bug in
byte code expansion for a print statement. Enter program
100 print a$,b$;
110 print sqrt(0),sqrt(0);
120 print date$,time$;
130 print time$,date$;
140 print time$,date$,
150 print time$;date$;
160 print inkey$;
...{note: not run!"}
list
Notice that in case of the funky function variable the ";" character gets a space listed before it
while a "," dosen't. Even QB dosen't do this.
{eot}
Thanks for reporting - I'll fix this.
Rob