Actions
Bug #45
closedCursor commands broken (cdown$, etc)
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
print "up";cdown$;"down";cup$;"up";cright$;cright$;"r";cleft$;cleft$;"l"
It prints things like $(comdy1com)$ instead of going down, up, left, or right.
Updated by Paul Kitching almost 5 years ago
Also cdown, cright, cup, cleft don't do anything.
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3
Fixed.
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
Tested with 0.9.3.1 : the result is as it should be :
- run : https://www.amos2.fr/run/tickleman/45/
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/412
- result :
up up lr
down
Actions