summaryrefslogtreecommitdiff
path: root/tests/demo.apl
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-05-16 12:24:47 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-05-16 12:24:47 +0000
commit60f286cb434bd67bb1af67823ae16afa460d8f48 (patch)
tree6d8e65ce1daff28822c968ebaa8283acc7365800 /tests/demo.apl
parent54fca2a55b88b6130ceceaa4b493e022ad3d4d72 (diff)
Flush index should use ⎕IO
Diffstat (limited to 'tests/demo.apl')
-rw-r--r--tests/demo.apl2
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)∇⍵
}