Actions
Bug #148
closedVariable in procedure "Undefined"
Start date:
02/07/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
In the below the output prints "Undefined" in Aoz, whereas it should just print 0 (as it does in Amos). If you remove the a=10 line then in prints 0 correctly.
a=10
TEST
Wait Key
end
Procedure TEST
print a
end proc
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.5
Fixed!
Updated by Baptiste Pillot over 4 years ago
- Description updated (diff)
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/486
- run : https://www.amos2.fr/run/tickleman/148
- result :
0
: ok
Actions