toFloat
Value returned by TParser.Token when a floating point value was found in the input stream.
Declaration
Source position: classesh.inc line 83
const
toFloat = Char(4)
See also
Name | Description |
---|---|
TParser.FloatType | The type of a float token. |
TParser.Token | The type of the current token. |
TParser.TokenFloat | Returns the current token as a float. |