Thursday, May 12, 2022

πŸ†• The "two-chracter" relational operators (<>, >=,<=) now allow spaces between the characters

To be compatible with GW-BASIC and QB64, BASIC Anywhere Machine now allows one or more spaces between the characters in two-character relational operators, for example:

a <> b and a <  > b are both valid

No comments:

Post a Comment

πŸ–₯Deep Field

 This program is a port and mod of a QBJS program by (correction! bplus ) dbox shared with the QB64pe community via this post .  bplus...