[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'mseparser' (#msegui)

tokenkindty

Declaration

Source position: mseparser.pas line 32

type tokenkindty = (

  tk_operator,

  tk_whitespace,

  tk_name,

  tk_number,

  tk_newline,

  tk_fileend,

  tk_include

);


Documentation generated on: 2021-05-13