===========================================================================

The Float datatype is used when you wish to store decimal values and not
whole numbers. The declaration and use of the float type works the same
as the int datatype. See %^CYAN%^%^BOLD%^coding int%^RESET%^ for more details.


I strongly recommend against the use of the float datatype. It tends to
lag down the processor. Use the int datatype instead.

Ironman

