rubyx-debugger/codes/if_else.soml

11 lines
139 B
Plaintext
Raw Normal View History

class Object
int main()
2015-11-04 19:28:37 +01:00
int n = 14
if_plus( n - 12)
"then".putstring()
else
"else".putstring()
end
end
end