bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] value error when using 'Cut'


From: alexweiner
Subject: [Bug-apl] value error when using 'Cut'
Date: Sat, 06 Feb 2016 09:17:24 -0700
User-agent: Workspace Webmail 5.16.4


Hi bug-apl,

Why am I getting a value error here? It seems that the variable 'a' definitely exists:

      a←2 2 ⍴2
      m←4 4 ⍴⍳16
      a
2 2
2 2
      m
 1  2  3  4
 5  6  7  8
 9 10 11 12
13 14 15 16
      a ¯3⍤< m
VALUE ERROR
      a ¯3⍤<m
      ^
      a
2 2
2 2




SVN 693
-Alex

reply via email to

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