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
/
test3
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 'test3')
-rw-r--r--
test3
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test3 b/test3
index 940ed6f..3c727fa 100644
--- a/
test3
+++ b/
test3
@@ -18,7 +18,7 @@ a = a + 1
checka
d = 0
-while (d < 10) {
+while (d < 20) {
print(d)
d = d + 1
}