Actions
Bug #320
closedTags are executed even when commented.
Start date:
03/23/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
In the following example, the display area should NOT change, since the tags have been commented:
#manifest: "pc"
/*
#displayWidth: 400
#displayHeight: 60
*/
Print "This screen should NOT be"
Print "400 x 60!"
End
Actions