Bug #125
Updated by Baptiste Pillot over 4 years ago
Not sure if it's been implemented yet, but the rain command isn't working (produces a non dimensionned array error): ```aoz #manifest:"amiga" #fullScreen:true #splashScreen:false set rainbow 0,0,200,"","","" 0,0,200."","","" for y=0 to 200 rain(0,y)=y // Aoz thinks this should be an array. next rainbow 1,0,40,255 wait key ```