Bug #88
Updated by Baptiste Pillot over 4 years ago
Example: ```aoz #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"