apl>" <-APL2-------------------- sam193.txt ----------------------------> apl>" <-More disclose, index origin 0 ----------------------------------> apl>Lio # 0 apl>z#2 4R'pa' 'ma' 'we' 'by' 'it' 'up' 'on' 'hi' apl>r#(2 4RI8) (2 4R'abcdefgh') (z) apl>Rb#`X[0 1]r 2 4 3 apl>`=b 2 apl>b 0 a pa 1 b ma 2 c we 3 d by 4 e it 5 f up 6 g on 7 h hi apl>Ry#`X[0 2]r 2 3 4 apl>y 0 1 2 3 a b c d pa ma we by 4 5 6 7 e f g h it up on hi apl>Rv#`X[0 2]r 2 3 4 apl>v 0 1 2 3 a b c d pa ma we by 4 5 6 7 e f g h it up on hi apl>`X[1 0]r 0 a pa 4 e it 1 b ma 5 f up 2 c we 6 g on 3 d by 7 h hi apl>`X[2 0]r 0 4 a e pa it 1 5 b f ma up 2 6 c g we on 3 7 d h by hi apl>`X[2 1]r 0 4 1 5 2 6 3 7 a e b f c g d h pa it ma up we on by hi apl>`X[0](I3) 'jump' 0 j 1 u 2 m 0 p apl>`X[0](I5) 'jump' 0 j 1 u 2 m 3 p 4 apl>)off