bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Parse error


From: Blake McBride
Subject: Re: [Bug-apl] Parse error
Date: Wed, 28 May 2014 06:42:00 -0500

Additional facts:

      x←4 5
      x[1]≥12
0
      (x)[1]≥12
0
      (x[⍳⍴x])[1]≥12
VALENCE ERROR
      (x[⍳⍴x])[1]≥12
                 ^
      ⍴x
2
      x[1 2]
4 5
      x[1 2][1]≥12
VALENCE ERROR
      x[1 2][1]≥12
               ^
      x[1 2][1]
4
      ⍴x[1 2][1]≥12
VALENCE ERROR
      ⍴x[1 2][1]≥12
                ^
      ⍴x[1 2][1]
      ⎕IO
1




On Mon, May 26, 2014 at 5:53 PM, Blake McBride <address@hidden> wrote:
      )CLEAR
CLEAR WS
      ⎕IO
1
      (4 5)[1]≥12
0
      (⎕TS[4 5])[1]≥12
VALENCE ERROR
      (⎕TS[4 5])[1]≥12
                   ^



reply via email to

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