apl>" <-APL2-------------------- sam274.txt ---------------------------->
apl>" <----------------------------------------------------------------->
apl>+s
+s
^ 70 - missing right argument during execute.
apl>1 -2 2 / s
1 -2 2 / s
^ 70 - missing right argument during execute.
apl>" <- Reshape (R) pp224-225 ----------------------------------------->
apl>L#z#2 3 4RI24
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20
21 22 23 24
apl>Rz
2 3 4
apl>RRz
3
apl>L#x#3 8Rz
1 2 3 4 5 6 7 8
9 10 11 12 13 14 15 16
17 18 19 20 21 22 23 24
apl>Rx
3 8
apl>RRx
2
apl>3 5RI24
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
apl>L#b#'up' 'on' 'to' 'by'
up on to by
apl>L#y#2 3Rb
up on to
by up on
apl>5Rb
up on to by up
apl>L#s#0 2RI0
.
apl>Rs
0 2
apl>L#v#5 6 7
5 6 7
apl>Rv
3
apl>RRv
1
apl>L#h#(I0)Rv
5
apl>Rh
.
apl>RRh
0
apl>L#h#''Rv
5
apl>Rh
.
apl>RRh
0
apl>L#m#3 0R0
.
apl>Rm
3 0
apl>RRm
2
apl>n#2 0 6R5 3 2 1
apl>Rn
2 0 6
apl>RRn
3
apl>t#'growth'
apl>(2 3Rt)#2 3R_I6
apl>t
-1 -2 -3 -4 -5 -6
apl>(4Rt)#'abcd'
apl>t
a b c d -5 -6
apl>(8Rt)#I8
apl>t
7 8 3 4 5 6
apl>)off