Actions
Bug #572
closedInternal error when printing after input$(n)
Start date:
11/16/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
e.g.
#manifest: "aoz"
print "type 5 chars"
a$=input$(5)
print a$
end
If you replace the a$=input$(5) line with a$="qwert" it runs okay.
Actions