[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: mseparser.pas line 406
const cidents: array [firstcident..lastcident] of string = ('break', 'case', 'continue', 'default', 'do', 'else', 'entry', 'for', 'goto', 'if', 'return', 'sizeof', 'switch', 'while', 'auto', 'const', 'enum', 'extern', 'register', 'signed', 'static', 'struct', 'typedef', 'union', 'unsigned', 'volatile'); |