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


apl>" <- enclose with axis (`Z) page 113 ------------------------------->


apl>L#a#2 3RI6

1 2 3
4 5 6


apl>L#z#`Z[1]a

 1 4  2 5  3 6 


apl>Rz

3

apl>R`1z

 2  2  2 

apl>`=z

2

apl>L#y#`Z[2]a

 1 2 3  4 5 6 


apl>Ry

2

apl>R`1y

 3  3 

apl>`=y

2

apl>L#b#3 4R'pineodordata'

pine
odor
data


apl>L#x#`Z[1]b

 pod ida not era 


apl>Rx

4

apl>R`1x

 3  3  3  3 

apl>`=x

2

apl>L#w#`Z[2]b

 pine odor data 


apl>Rw

3

apl>R`1w

 4  4  4 

apl>`=w

2

apl>L#v#`Z[I0]c#2 3RI6

1 2 3
4 5 6


apl>Rv

2 3

apl>`=v

1

apl>L#q#2 3R'cat' 'dog' 'fox' 'cow' 'bat' 'yak'

 cat dog fox 
 cow bat yak 


apl>Rq

2 3

apl>`=q

2

apl>L#h#`Z[I0]q

  cat   dog   fox  
  cow   bat   yak  


apl>Rh

2 3

apl>`=h

3

apl>L#s#2 3 4R'lesssomenonemoremanymost'

less
some
none

more
many
most


apl>L#p#`Z[2 3]s

 less  more 
 some  many 
 none  most 


apl>Rp

2

apl>R`1p

 3 4  3 4 

apl>`=p

2

apl>L#q#`Z[3 2]s

 lsn  mmm 
 eoo  oao 
 smn  rns 
 see  eyt 


apl>Rq

2

apl>R`1q

 4 3  4 3 

apl>`=q

2

apl>)off

[ RETURN TO DIRECTORY ]