Unit 'syntax.bash' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#fcl-syntax]

BashKeywordTable

Declaration

Source position: syntax.bash.pp line 56

const BashKeywordTable: array [0..MaxKeyword] of string = ('case', 'do', 'done', 'elif', 'else', 'esac', 'fi', 'for', 'function', 'if', 'in', 'select', 'then', 'until', 'while', 'break', 'continue', 'return', 'exit', 'declare', 'local', 'readonly', 'export', 'alias', 'unalias', 'type', 'which', 'command', 'builtin', 'enable', 'help', 'let', 'eval', 'exec', 'source', 'trap', 'umask', 'ulimit', 'set', 'shift');


Documentation generated on: 2025-12-15