This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx-debugger
Watch
1
Star
0
Fork
0
You've already forked rubyx-debugger
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
14297baeeb
rubyx-debugger
/
codes
/
while.soml
13 lines
132 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move to soml ending, new while example
2015-11-04 15:12:37 +01:00
class Object
int main()
int i = 5
while_plus(i)
more debugging
2015-11-04 19:28:37 +01:00
"out ".putstring()
move to soml ending, new while example
2015-11-04 15:12:37 +01:00
i = i - 1
end
return i
end
more debugging
2015-11-04 19:28:37 +01:00
move to soml ending, new while example
2015-11-04 15:12:37 +01:00
end
Reference in New Issue
Copy Permalink