" <-APL2-------------------- sam232.txt ---------------------------->
" <- catenate (,) -------------------------------------------------->
L#z#2 4 6,1 3 5
Rz
L#z#'abc',1 2 3 4
Rz
L#k#2 3RI6
L#q#2 2R7 8 9 10
L#h#k,q
" <- catenate and vector notation ---------------------------------->
L#m#2,3
L#n#2 3
m `= n
L#x#9 8 7,6 5 4
L#q#9 8 7 6 5 4
x `= q
L#e#'to', 'ken'
Re
`=e
L#f#'to' 'ken'
Rf
`=f
" <- arguments have the same rank ---------------------------------->
L#a#3 4R'blueshoefoot'
L#b#3 5R'berrylacesstool'
L#z#a,b
Rz
L#c#2 1R'thomas' 'william'
`=c
L#d#2 1R('aquinas' 'more')('ockham' 'shakespeare')
`=d
c,d
`=c,d
Yj#'',I0
' ' = Yk#(I0),''
's',2 4R'prigtray'
(2 2 3RI12),'*'
L#u#'sat'
L#v#'teammazerail'
u,v
L#w#'1: ' '2: '
L#y#,[I0]'log on' 'log off'
L#g#w,y
Rg
`=g
)off