module documentation

These are manually translated lists from http://www.indusoft.com/pdf/VBScript%20Reference.pdf.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant BUILTIN​_CONSTANTS Undocumented
Constant BUILTIN​_FUNCTIONS Undocumented
Constant BUILTIN​_VARIABLES Undocumented
Constant KEYWORDS Undocumented
Constant OPERATOR​_WORDS Undocumented
Constant OPERATORS Undocumented
BUILTIN_CONSTANTS: list[str] =

Undocumented

Value
['False',
 'True',
 'vbAbort',
 'vbAbortRetryIgnore',
 'vbApplicationModal',
 'vbArray',
 'vbBinaryCompare',
...
BUILTIN_FUNCTIONS: list[str] =

Undocumented

Value
['Abs',
 'Array',
 'Asc',
 'Atn',
 'CBool',
 'CByte',
 'CCur',
...
BUILTIN_VARIABLES: list[str] =

Undocumented

Value
['Debug',
 'Dictionary',
 'Drive',
 'Drives',
 'Err',
 'File',
 'Files',
...
KEYWORDS: list[str] =

Undocumented

Value
['ByRef',
 'ByVal',
 'call',
 'case',
 'class',
 'do',
 'each',
...
OPERATOR_WORDS: list[str] =

Undocumented

Value
['mod', 'and', 'or', 'xor', 'eqv', 'imp', 'is', 'not']
OPERATORS: list[str] =

Undocumented

Value
['+', '-', '*', '/', '\\', '^', '|', '<', '<=', '>', '>=', '=', '<>', '&', '$']