fix the if syntax and branches

This commit is contained in:
Torsten Ruger
2015-10-19 16:22:24 +03:00
parent 1fd937927c
commit 99cff3aa32
5 changed files with 44 additions and 53 deletions

View File

@ -25,7 +25,7 @@ HERE
class Object
int main()
int n = 10
if_minus(8 - n )
if_zero(8 - n )
"10".putstring()
end
end