more debugging
This commit is contained in:
+2
-2
@@ -3,10 +3,10 @@ class Object
|
||||
int main()
|
||||
int i = 5
|
||||
while_plus(i)
|
||||
"out".putstring()
|
||||
"out ".putstring()
|
||||
i = i - 1
|
||||
end
|
||||
return i
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
class Object
|
||||
int main()
|
||||
"Hello World".putstring()
|
||||
return 1
|
||||
end
|
||||
end
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
class Object
|
||||
int main()
|
||||
int n = 10
|
||||
if_zero( n - 12)
|
||||
int n = 14
|
||||
if_plus( n - 12)
|
||||
"then".putstring()
|
||||
else
|
||||
"else".putstring()
|
||||
|
||||
Reference in New Issue
Block a user