bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] new syntax error


From: David Lamkins
Subject: [Bug-apl] new syntax error
Date: Wed, 5 Nov 2014 23:47:58 -0800

This used to work, but now gives a SYNTAX ERROR

  pkg⍙PAGER ⍕h1⍪h2⍪(⊂[2](5 3⍴'???LBLVARFUNOPR')[k+⎕io;]),[1.5]n

Replacing the above with these two lines works:

  zz←(5 3⍴'???LBLVARFUNOPR')[k+⎕io;]
  pkg⍙PAGER ⍕h1⍪h2⍪(⊂[2]zz),[1.5]n

Which is the same thing except for replacing a subexpression with a variable.

--

reply via email to

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