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


apl>" <-----------------------------....-------------------------------->


apl>2 3R2 6 1 5 8 7

2 6 1
5 8 7

apl>3 2 4 R'abcdefghijklmnopqrstuvwxyz'

abcd
efgh

ijkl
mnop

qrst
uvwx

apl>2 4 6,[.5]8 10 12

2  4  6
8 10 12

apl>'abcd',[1.1]'wxyz'

aw
bx
cy
dz

apl>v#'abcdef'


apl>v[2 2RI4]

ab
cd

apl>1 2 3 4 5 J.X 1 2 3 4 5

1  2  3  4  5
2  4  6  8 10
3  6  9 12 15
4  8 12 16 20
5 10 15 20 25

apl>2 3 R 'one' 'two'

 one two one 
 two one two 

apl>2 4 R 'apl2'

apl2
apl2

apl>2 4 R `Z 'apl2'

 apl2 apl2 apl2 apl2 
 apl2 apl2 apl2 apl2 

apl>4 6 23 7

4 6 23 7

apl>0 '*' 3 4 'J' 'a' 9

 0 * 3 4 Ja 9 

apl>2 5R'*' 'Q' 'H' 123 45 'J' 'G' 6 7 8

 *Q H 123 45 
 JG 6   7  8 

apl>)off

[ RETURN TO DIRECTORY ]