Project

General

Profile

Bug #122

Updated by Baptiste Pillot about 4 years ago

When no colour value is used in the cls command the below code clears the screen black (colour 0) in Aoz, but clears the screen using colour 1 (orange / red) in Amos: 

 ```aoz 
 #manifest:"amiga" 
 #fullScreen:true 
 #splashScreen:false 

 screen open 0,320,200,16,lowres 
 curs off: flash off: cls  
 wait key 
 ```

Back