Actions
Bug #513
closedEvery N Proc PROCNAME is broken in RC3.
Start date:
09/26/2020
Due date:
% Done:
0%
Estimated time:
2:00 h
Affected version:
Description
The Every statement fails when used to call Procedures in Beta RC3.
It worked fine in version Beta RC2.
(The Gosub version works.)
Example:
Every 6 Proc ReadClock
Wait Key
Procedure ReadClock
Locate 0,0 : Print Using "################";Timer
Every On
End Proc
Resulting errors:
raoz.js:458 procReadClock is not defined
raoz.js:459 ReferenceError: procReadClock is not defined
at Application.blocks.<computed> (application.js:43)
at doUpdate (raoz.js:446)
raoz.js:802 Internal error at line: 6, column: 1 in file main.aoz.
Actions