diff options
Diffstat (limited to 'test.pez')
| -rw-r--r-- | test.pez | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 } |