Bug #148
Updated by Baptiste Pillot over 4 years ago
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. ```aoz a=10 TEST Wait Key end Procedure TEST print a end proc ```