[FEAT] Implemented 'for'. More tests needed

This commit is contained in:
2021-05-05 22:12:37 +02:00
parent f1c1b3e396
commit e3cea9d3b0
2 changed files with 35 additions and 30 deletions

View File

@@ -17,6 +17,9 @@ function tarari(a as number, b as number) as number
var local1 as number
if local1 > 0 then
var local1 as number = 1
for i = 0 to 10
var local1 as number = local1 + 1
end
return local1
else
var local3 as number = 2