class AS_FLT_LIT_EXPR < $AS_EXPR
****
A floating point literal expression.


Flattened version is here

Ancestors
$AS_EXPR $NEXT{_} $AS_NODE $PROG_ERR
AS_EXPR AS_NODE



Public


Readable Attributes
attr tp:INT;
**** One of the five types of float.
attr val:RAT;
**** Rational with value.

Writable Attributes
attr tp:INT;
**** One of the five types of float.
attr val:RAT;
**** Rational with value.

Constants
const flt, fltd, fltx, fltdx, flti;
const flt, fltd, fltx, fltdx, flti;
const flt, fltd, fltx, fltdx, flti;
const flt, fltd, fltx, fltdx, flti;
const flt, fltd, fltx, fltdx, flti;

Features