Menu

";" expansion differs from "," expansion in I/O statements

Anonymous
2016-07-27
2016-07-28
  • Anonymous

    Anonymous - 2016-07-27

    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}

     
  • Rob Hagemans

    Rob Hagemans - 2016-07-28

    Thanks for reporting - I'll fix this.

    Rob

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.