boxgaming / qbjs

QBasic for the web
https://qbjs.org
MIT License
51 stars 9 forks source link

PRINT - Trailing space not being printed for numeric variables #84

Open boxgaming opened 1 year ago

boxgaming commented 1 year ago

Example:

Dim points
points = 25
Print points; "points"