summaryrefslogtreecommitdiff
path: root/test.pez
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-10-09 00:20:38 +0200
committerlemon <lsof@mailbox.org>2022-10-09 00:20:38 +0200
commit0b5576876056b0dd7d61859fd4c0197b5b567c81 (patch)
tree5a9ca36e830c7f871e72eeaffc7c6f11b094975d /test.pez
parent1a6df767317a4bb94b68bfc0f53b238c3ccfd738 (diff)
hm
Diffstat (limited to 'test.pez')
-rw-r--r--test.pez2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.pez b/test.pez
index e451a78..28ac3de 100644
--- a/test.pez
+++ b/test.pez
@@ -6,7 +6,7 @@ printf["fib[10] = %a\n", fib[10]]
@sum: {[xs] @a = 0
@n: xs.length
- FOR [@i: 0][< n][+ 3] (
+ FOR [@i: 0][< n][+ 1] (
a += xs[i]
)
a