Project

General

Profile

Bug #99

Updated by Baptiste Pillot about 4 years ago

```aoz 
 #splashScreen:false 
 print "Sin: ";sin(0.2);" cos: ";cos(0.2);" tan: ";tan(0.2);" hcos: ";hcos(2) 
 print hsin(2);hcos(2);htan(2) 
 ``` 

 Any of these give a black screen when run. 
 No boot screen, can't ctrl-c it. 

Back