bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] ⎕ES wrong message


From: Blake McBride
Subject: [Bug-apl] ⎕ES wrong message
Date: Sat, 12 Jul 2014 11:34:46 -0500

      )CLEAR
CLEAR WS
      ∇test x
[1] x←'xx'
[2] ⎕ES 'SOME ERROR'
[3] ∇
      test '55'
SOME ERROR
      test 'xx'
      ^       ^


⎕ES is showing the modified and not the original argument passed to the function.  IBM APL 2 displays the original argument passed.

Thanks.

Blake


reply via email to

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