bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] ⎕fio


From: Kacper Gutowski
Subject: Re: [Bug-apl] ⎕fio
Date: Sat, 5 Mar 2016 14:14:43 +0100

On Sat, Mar 5, 2016 at 6:45 AM, Christian Robert
<address@hidden> wrote:
> [0]   z←Execute cmd;⎕io;fh
> [7]  Fini: ⎕FIO[25] fh
> [8]   ⊃⊃z
(...)
> I do not understand why it repeat the result twice. one via stdout and one
> via boxing as I can guess.

The function returns z as indicated in its header, but before doing
so, it prints out results of lines 7 and 8.

Perhaps you meant something like [8] z←⊃⊃z.

-k



reply via email to

[Prev in Thread] Current Thread [Next in Thread]