index
:
clyne/interpreter
master
Scripting language implementation for microcontrollers
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test5
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test5')
-rw-r--r--
test5
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test5 b/test5
index 440f791..74ce439 100644
--- a/
test5
+++ b/
test5
@@ -2,7 +2,7 @@
# solver test
while (1) {
- input = gets()
+ input = gets
if (input == "exit") {
exit
}