Project

General

Profile

Bug #53

Updated by Baptiste Pillot over 4 years ago

```aoz ~~~ python 
 a$="" 
 b$="" 
 while a$="" 
   a$=inkey$ 
 wend 
 print ".";a$;"." 
 print ".";b$;"." 
 ``` ~~~ 

 In AMOS this doesn't print a space between the dots if you just press return.    It does in AOZ for a$. 

 v 0.9.3 

Back