Next: SPACING, Previous: SLEEP, Up: Intrinsic Procedures
SNGL — Convert double precision real to default realSNGL(A) converts the double precision real A
to a default real value. This is an archaic form of REAL
that is specific to one type for A.
     RESULT = SNGL(A)
     | A | The type shall be a double precision REAL. | 
REAL.