diff options
Diffstat (limited to 'test/arraypack.myr')
-rw-r--r-- | test/arraypack.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arraypack.myr b/test/arraypack.myr index 51aa1bd..3866791 100644 --- a/test/arraypack.myr +++ b/test/arraypack.myr @@ -8,7 +8,7 @@ const a = [ ] const main = { - for x in a[:] + for x : a[:] std.put("{}", x) ;; std.put("\n") |