diff options
| author | 2022-10-09 00:20:38 +0200 | |
|---|---|---|
| committer | 2022-10-09 00:20:38 +0200 | |
| commit | 0b5576876056b0dd7d61859fd4c0197b5b567c81 (patch) | |
| tree | 5a9ca36e830c7f871e72eeaffc7c6f11b094975d /test.pez | |
| parent | 1a6df767317a4bb94b68bfc0f53b238c3ccfd738 (diff) | |
hm
Diffstat (limited to 'test.pez')
| -rw-r--r-- | test.pez | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |