CONTENTS | PREV | NEXT
4H. float operator (!)
----------------------
<exp>!<exp>
Converts expressions from integer to float and back, and
overloads operators + - * / = <> < > <= >= with float equivalents.
(see  12A  to read all about floats and this operator).