[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns the type of the next value in the stream.
This function should return the type of the next value in the stream, but should not read it, i.e. the stream position should not be altered by this method. This is used to 'peek' in the stream what value is next.
|
Reads the type of the next value. |