bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] new syntax error


From: Juergen Sauermann
Subject: Re: [Bug-apl] new syntax error
Date: Thu, 06 Nov 2014 14:45:02 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi David,

thanks, fixed in SVN 504.

/// Jürgen


On 11/06/2014 08:47 AM, David Lamkins wrote:
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]