bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] ⎕ES/⎕EA bug


From: Blake McBride
Subject: Re: [Bug-apl] ⎕ES/⎕EA bug
Date: Mon, 14 Jul 2014 09:48:54 -0500

Works.  Thanks!


On Sun, Jul 13, 2014 at 12:27 PM, Blake McBride <address@hidden> wrote:
GNU APL:

      )CLEAR
CLEAR WS
      ∇test
[1] '⎕ES''Hello'''⎕EA'3÷0'
[2] ∇
      test
Hello
      '⎕ES'Hello'' ⎕EA '3÷0'
      ^            ^


IBM APL 2:

      )CLEAR
CLEAR WS
      ∇TEST
[1] '⎕ES''HELLO'''⎕EA'3÷0'
[2] ∇
      TEST
HELLO
      TEST
      ^            ^

The error message shown by GNU APL is not correct.

Thanks.

Blake



reply via email to

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