Icon Token Property

property Token: Char

Available In: Client and Server Applications

Indicates the current token character or token type. The following special token types are used for non-character tokens:

Token TypeDescription
tkTermIndicates that the current token is the terminating character (#0)
tkSymbolIndicates that the current token is a symbol
tkStringIndicates that the current token is a string enclosed in double-quote (") characters
tkIntegerIndicates that the current token is an integer
tkFloatIndicates that the current token is a floating-point number
Image