Project

General

Profile

Bug #116

Updated by Baptiste Pillot about 4 years ago

In the last version I had 0 errors with "Variable XXX used without been declared"... 
 In the new version I have 72... 

 ASnd some of them is "fun": 

 ```aoz 
 Dim `Dim Grid(675) 
 Global Grid() 
 ``` Grid()` 

 This throws an error on "Grid()" in the global statement. 
 Its hard to declare it in any better fashion? :)

Back