Actions
Bug #88
closedSystem variable 'Screen' not working
Start date:
01/28/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
#splashScreen:false
Screen Open 1,320,256,32,Lowres
Screen 1
S=Screen
Print "Screen: ";S
Print Screen
S=Screen should assign current screen number to variable S - it doesn't.
Transpiler also throws up this error:- main.aoz:3:8: warning: variable 'screen' used without been declared
Both Print statement should display "1", and they display "0"
Actions