summaryrefslogtreecommitdiff
path: root/test.pez
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-10-10 11:21:21 +0200
committerlemon <lsof@mailbox.org>2022-10-10 11:21:21 +0200
commitfd92b1f891167e110cfd2d7ec85b5c53d5c586c1 (patch)
treeca15131af23b697f2a56ecf6e9a72f887d092d9e /test.pez
parent124972dd5216da7935cf3a928bf6d94e4d6ce833 (diff)
bug fixes
Diffstat (limited to 'test.pez')
-rw-r--r--test.pez1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.pez b/test.pez
index d01ea10..eb98d75 100644
--- a/test.pez
+++ b/test.pez
@@ -7,7 +7,6 @@
@Array2d: {[w, h]
@data: array#fill[w * h, 0]
- @w = w
dilambda[
{[x, y] data[x + (y * w)] },
{[x, y, new] data[x + (y * w)] = new }