Actions
Bug #51
closedCUP, CRIGHT, etc.
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
print "1";cdown$;"2"
cup:cup:cright:print "3"
Instead of:
13
2
it gives:
1
2
3
The cursor commands are ignored. The versions with a $ on the end now work.
v 0.9.3
Updated by Paul Kitching almost 5 years ago
This has removed my space before the number 2 in the above. Lets try again:
Instead of:
13
2
It gives:
1
2
3
Updated by Baptiste Pillot almost 5 years ago
Confirmed :
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3.2
Fixed!
Actions