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


apl>" <--- Decode Function --------------------------------------------->


apl>24 60 60 B 1 2 3

3723

apl>10 10 10 10 B 1 7 7 6

1776

apl>2 2 2 B 1 0 1

5

apl>" <--- Encode Function --------------------------------------------->


apl>10 10 10 10 N 1776

1 7 7 6

apl>10 10 10 10 N 123

0 1 2 3

apl>10 10 10 N 123

1 2 3

apl>10 10 N 123

2 3

apl>10 N 123

3

apl>10 10 10 N 215 486 72 219 3

2 4 0 2 0
1 8 7 1 0
5 6 2 9 3

apl>L # r # 10 10 10 , [1.5] 8 8 8

10 8
10 8
10 8


apl>r N 123

1 1
2 7
3 3

apl>)off

[ RETURN TO DIRECTORY ]