Metropoli BBS
VIEWER: sam278.txt MODE: TEXT (ASCII)
apl>" <-APL2-------------------- sam278.txt ---------------------------->


apl>" <- Transpose(T) pp 250-257 --------------------------------------->


apl>L#a#2 3 4R'bearlynxduckponybirdoxen'

bear
lynx
duck

pony
bird
oxen


apl>Ra

2 3 4

apl>L#z#1 3 2Ta

bld
eyu
anc
rxk

pbo
oix
nre
ydn


apl>Rz

2 4 3

apl>L#w#2 1 3Ta

bear
pony

lynx
bird

duck
oxen


apl>Rw

3 2 4

apl>L#y#3 1 2Ta

bp
eo
an
ry

lb
yi
nr
xd

do
ux
ce
kn


apl>Ry

3 4 2

apl>L#b#4 4RI16

 1  2  3  4
 5  6  7  8
 9 10 11 12
13 14 15 16


apl>1 1Tb

1 6 11 16

apl>L#c#3 4RI12

1  2  3  4
5  6  7  8
9 10 11 12


apl>1 1Tc

1 6 11

apl>d#'one' 'for' 'all' 'head' 'to'


apl>L#d#3 3Rd,'toe' 'ready' 'set' 'go'

 one   for all 
 head  to  toe 
 ready set go  


apl>L#v#1 1Td

 one to go 


apl>Rv

3

apl>`=v

2

apl>L#h#2 3 4R'abcdefghijkl',I12

 a  b  c  d 
 e  f  g  h 
 i  j  k  l 
            
 1  2  3  4 
 5  6  7  8 
 9 10 11 12 


apl>1 1 1Th

 a 6 

apl>1 1 2Th

 a b c d 
 5 6 7 8 

apl>2 2 1Th

 a 5 
 b 6 
 c 7 
 d 8 

apl>1 2 1Th

 a e  i 
 2 6 10 

apl>2 1 2Th

 a  2 
 e  6 
 i 10 

apl>1 2 2Th

 a f  k 
 1 6 11 

apl>2 1 1Th

 a  1 
 f  6 
 k 11 

apl>Lio#0


apl>L#k#3 2 4RI24

 0  1  2  3
 4  5  6  7

 8  9 10 11
12 13 14 15

16 17 18 19
20 21 22 23


apl>1 0 2Tk

 0  1  2  3
 8  9 10 11
16 17 18 19

 4  5  6  7
12 13 14 15
20 21 22 23

apl>Lio#1


apl>L#p#3 3RI9

1 2 3
4 5 6
7 8 9


apl>(1 1Tp)#10 20 30


apl>p

10  2  3
 4 20  6
 7  8 30

apl>L#a#4 3R'ramoneatenet'

ram
one
ate
net


apl>Ra

4 3

apl>L#z#Ta

roan
ante
meet


apl>Rz

3 4

apl>L#b#2 3R(1 1)(1 2)(1 3)(2 1)(2 2)(2 3)

 1 1  1 2  1 3 
 2 1  2 2  2 3 


apl>Rb

2 3

apl>`=b

2

apl>L#x#Tb

 1 1  2 1 
 1 2  2 2 
 1 3  2 3 


apl>Rx

3 2

apl>L#c#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>L#w#Tc

 1 13
 5 17
 9 21

 2 14
 6 18
10 22

 3 15
 7 19
11 23

 4 16
 8 20
12 24


apl>Rw

4 3 2

apl>L#r#3 3R'stypieant'

sty
pie
ant


apl>(Tr)#3 3RI9


apl>r

 1 4 7 
 2 5 8 
 3 6 9 

apl>)off

[ RETURN TO DIRECTORY ]