abstract class $FMT
****
> INT, FLT, FLTD, STR, CHAR, BOOL Formattable classes inherit from this type.


Descendants
FLTD INT CPX STR
CHAR BOOL FLT CPXD



Public


Features
fmt( fmt: STR ): STR;
**** Arg fmt: contains the format information. Returns: a formatter version of self.

The Sather Home Page