This website works better with JavaScript.
Explore
Help
Sign In
clyne
/
interpreter
Watch
1
Star
0
Fork
You've already forked interpreter
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7f64da46ff
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7f64da46ff'
${ noResults }
interpreter
/
test5
11 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
more error detection
7 years ago
# test5
# solver test
while (1) {
documentation, error fixes, organization
7 years ago
input = gets
more error detection
7 years ago
if (input == "exit") {
exit
}
print(solve(input))
}