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


Descendants
BOOL FLTD FLT CHAR
STR INT CPX CPXD



Public


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

The Sather Home Page