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


apl>)copy cap2/handbook/wksp/ac add can


apl>)copy cap2/handbook/wksp/df extend fadd fix float format


apl>)copy cap2/handbook/wksp/pr rounds


apl>10 extend 0 0 0 1

0 0 0 1 1 1 1 1 1 1

apl>(30 extend 'index item-'),' 20'

index item-------------------- 20

apl>12 extend 'this will not be padded with-'

this will not be padded with-

apl>33 extend'item 4.'

item 4...........................

apl>format a # 0 47152 2357206

47152 2357206.

apl>a fadd b # 0 222 3333333 4444444 5555555

0 222 3333333 4491596 7912761

apl>format L # a fadd c#-2 12345 6789012 3456789

0 47152 2369551

47152 2369551.

apl>format c

12345.6789012 3456789 

apl>)off

[ RETURN TO DIRECTORY ]