POSITION:028,114
COLOUR:STANDARD
TEXT:00,   - this will edit any sequence values to appear as character strings.
COLOUR:EUPHORIA
TEXT:00,%s
COLOUR:STANDARD
TEXT:16,This works just like puts() but with extra formatting options.
TEXT:32,   - this will edit any atom values to appear as a floating point number
COLOUR:EUPHORIA
TEXT:00,%e
COLOUR:STANDARD
TEXT:16,using exponential (or standard) notation.
TEXT:32,   - this will edit any atom values to appear as a floating point number,
COLOUR:EUPHORIA
TEXT:00,%f
COLOUR:STANDARD
TEXT:16,but not using exponential notation.
TEXT:32,   - this will edit any atom values to appear as a floating point number,
COLOUR:EUPHORIA
TEXT:00,%g
COLOUR:STANDARD
TEXT:16,using either the format offered by    or   , whichever works best for the
COLOUR:EUPHORIA
TEXT:00,                                   %e    %f
COLOUR:STANDARD
TEXT:16,display of the value.
TEXT:32,   - this will display the percentage character.
COLOUR:EUPHORIA
TEXT:00,%%

