apl>" <-APL2-------------------- sam196.txt ---------------------------->
apl>" <-Pick------------------------------------------------------------>
apl>1 2`X(39 19 29) (35 15 29 18 45) (25 16 21 12.5)
19
apl>Lio # 1
apl>`=r#'four' 'to' 'go'
2
apl>2`Xr
to
apl>Lio # 0
apl>1`Xr
to
apl>Lio # 1
apl>`=a#'s' 'si' ('sir' 'sire')
3
apl>L#w#2`Xa
si
apl>Rw
2
apl>`=w
1
apl>L#x#3`Xa
sir sire
apl>Rx
2
apl>`=x
2
apl>L#c#2 2R'one' 'two' 'buckle' ('my' 'shoe')
one two
buckle my shoe
apl>Rc
2 2
apl>`=c
3
apl>L#y#(`Z2 2)`Xc
my shoe
apl>Ry
2
apl>`=y
2
apl>d#c,[.5]2 2R'three' 'four' 'shut' ('the' 'door')
apl>d
one two
buckle my shoe
three four
shut the door
apl>Rd
2 2 2
apl>`=d
3
apl>L#q#(`Z2 1 2)`Xd
four
apl>Rq
4
apl>`=q
1
apl>2 4`X'fly' 'paper'
e
apl>(1 3) 2`X2 3R'ab' 'cd' 'ef' 'gh' 'ij' 'kl'
f
apl>(I0)`X'b' 'ba' ('bat' 'bath')
b ba bat bath
apl>a#(I0)`X0 2R0
apl>Ra
0 2
apl>`=a
1
apl>L#s#(2 1) 4`X2 2R'bucks' 'twang' 'lymph' 'froze'
p
apl>Rs
.
apl>`=s
0
apl>t#3 2`Xg#'i' 'am' ('for' 'apl2')
apl>g
i am for apl2
apl>t
apl2
apl>Rt
4
apl>`=t
1
apl>3 2 1`Xg
a
apl>L#e#2 3R'cry' 'vox' 'kid' 'jab' (2 3RI6) ('leg' 'nth')
cry vox kid
jab 1 2 3 leg nth
4 5 6
apl>(2 2) (2 3)`Xe
6
apl>(2 3) 2`Xe
nth
apl>(2 3) 2 3`Xe
h
apl>k#'elm' 'tax' 'spy' 'job' 'win'
apl>L#k#2 3Rk,`Z(2 2R'que' 'ZiG' 'HaD' 'FoR')
elm tax spy
job win que ZiG
HaD FoR
apl>(2 3)(1 2)`Xk
ZiG
apl>(2 3)(1 2) 3`Xk
G
apl>)off