This website requires JavaScript.
Explore
Help
Sign In
clyne
/
interpreter
Watch
1
Star
0
Fork
0
You've already forked interpreter
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
interpreter
/
test5
11 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
more error detection
2018-03-23 07:20:18 -04:00
# test5
# solver test
while (1) {
documentation, error fixes, organization
2018-03-29 13:36:29 -04:00
input = gets
more error detection
2018-03-23 07:20:18 -04:00
if (input == "exit") {
exit
}
print(solve(input))
}
Reference in New Issue
Copy Permalink