abstract class $FMT
****
> INT, FLT, FLTD, STR, CHAR, BOOL
Formattable classes inherit from this type.
Descendants
CPXD
FLT
CPX
STR
CHAR
BOOL
INT
FLTD
Public
Features
fmt( fmt: STR ): STR;
****
Arg fmt: contains the format information.
Returns: a formatter version of self.