Actions
Bug #53
closedInkey$ adding a space for <return>
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
a$=""
b$=""
while a$=""
a$=inkey$
wend
print ".";a$;"."
print ".";b$;"."
In AMOS this doesn't print a space between the dots if you just press return. It does in AOZ for a$.
v 0.9.3
Actions