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
]
[Bug-apl] Parse error
,
Blake McBride
,
2014/05/26
Re: [Bug-apl] Parse error
,
Blake McBride
<=
Re: [Bug-apl] Parse error
,
Juergen Sauermann
,
2014/05/28
Re: [Bug-apl] Parse error
,
Blake McBride
,
2014/05/28
Prev by Date:
Re: [Bug-apl] quote-quote should display a blank line
Next by Date:
Re: [Bug-apl] Parse error
Previous by thread:
[Bug-apl] Parse error
Next by thread:
Re: [Bug-apl] Parse error
Index(es):
Date
Thread