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
Actions