summaryrefslogtreecommitdiff
path: root/test.pez
diff options
context:
space:
mode:
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 }