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


apl>" <--- The Ravel Function ------------------------------------------>


apl>,3 4 R I 12

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

apl>" <--- The Reshape Function ---------------------------------------->


apl>2 3 R 1 2 3 4 5 6

1 2 3
4 5 6

apl>2 3 R 1 2

1 2 1
2 1 2

apl>3 3 R 1 0 0 0

1 0 0
0 1 0
0 0 1

apl>3 5 R a # 2 3 R I 6

1 2 3 4 5
6 1 2 3 4
5 6 1 2 3

apl>R 0 R 1

0

apl>R 0 3 R 1

0 3

apl>R 0 0 R 1

0 0

apl>)off

[ RETURN TO DIRECTORY ]