diff options
Diffstat (limited to 'tests/demo.apl')
-rw-r--r-- | tests/demo.apl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/demo.apl b/tests/demo.apl index 57f5e5d..d83fdf9 100644 --- a/tests/demo.apl +++ b/tests/demo.apl @@ -27,7 +27,7 @@ flush←{ ⍺←0 12::⍺ msg←1⍨⍇0 - _←⎕←'Flush' ⍺ msg + _←⎕←'Flush' (⍺+⎕IO) msg (⍺+1)∇⍵ } |