diff options
| author | 2022-10-10 11:21:21 +0200 | |
|---|---|---|
| committer | 2022-10-10 11:21:21 +0200 | |
| commit | fd92b1f891167e110cfd2d7ec85b5c53d5c586c1 (patch) | |
| tree | ca15131af23b697f2a56ecf6e9a72f887d092d9e /test.pez | |
| parent | 124972dd5216da7935cf3a928bf6d94e4d6ce833 (diff) | |
bug fixes
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 } |