Metropoli BBS
VIEWER: sam255.txt MODE: TEXT (ASCII)
" <-APL2-------------------- sam255.txt ---------------------------->
" <- format by example (lFr) --------------------------------------->
l#' 55@  $55.50 EA'
L#r#3 2R3 4.99 7 7.45 12 .5
L#z#lFr
Rz
Rl
" ------------------------------------------------------------------
expr#234.67 456.23 987.65 34.23
'total order cost:  $5,555.50'F+/expr
" ------------------------------------------------------------------
Lfc
' 55.55'F345 .6789
Lfc[4]#'?'
Lfc
' 55.55'F345 .6789
" ------------------------------------------------------------------
'555_555_5555' F 8324632190
" ------------------------------------------------------------------
' 55.55' F 12.345 12.344
' 55.55' F .10 1.1 1.01 10.019 .11
' 55.55' F 2 2.2 0 2.22
' 55.55 -55.10 x (55.10) +552.50 -551.20CR x 0006/06/06 06:06 555-' F I11
' -551.20CR' F 5 -5
f 1 " Should fail with '59 - argument not found'
" ------------------------------------------------------------------
" '0' = Pad with 0's to the position of the 0.  If the value of the
" corresponding item of r is 0, the position if filled with 0's.
"
' 055.50' F .3 33.2 0 300
" ------------------------------------------------------------------
" '1' = Float the decorator against the number only if the value is
" negative.
"
' _55.10' F r # -3.4 0 4.5 -2.12
' (55.10)' F r
" ------------------------------------------------------------------
" '2' = Float the decorator against the number only if the value is
" positive.
"
' +552.50' F r # -4 40 -400
' -551.20cr' F r
" ------------------------------------------------------------------
" '3' = Float the decorator against the number.
"
' $555.50' F r # 3.1 32.23 324
' $553.50' F r
" ------------------------------------------------------------------
" '4' = Counteract the effect of a 1, 2, or 3, to prevent it from
" affecting the other side of the decimal.  Any decorator on the same
" side of the decimal as the 4 displays as entered.
' -551.20cr' F r # -1 10 -100
' -551.40cr' F r
" ------------------------------------------------------------------
" '6' = The decorator to the right marks the end of this field; treat
" it as though there were a blank between the fields, but display the
" decorator.
'0006/06/06 06:06' F 1995 8 29 21 58
)off
[ RETURN TO DIRECTORY ]