module documentation

pygments.lexers._qlik_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Qlik builtins. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant CONSTANT_LIST Undocumented
Constant OPERATORS_LIST Undocumented
Constant SCRIPT_FUNCTIONS Undocumented
Constant STATEMENT_LIST Undocumented
CONSTANT_LIST: list[str] = (source)

Undocumented

Value
['floppy',
 'cd',
 'include',
 'must_include',
 'hideprefix',
 'hidesuffix',
 'qvpath',
...
OPERATORS_LIST: dict = (source)

Undocumented

Value
{'words': ['bitnot',
           'bitand',
           'bitor',
           'bitxor',
           'and',
           'or',
           'not',
...
SCRIPT_FUNCTIONS: list[str] = (source)

Undocumented

Value
['FirstSortedValue',
 'Max',
 'Min',
 'Mode',
 'Only',
 'Sum',
 'Count',
...
STATEMENT_LIST: list[str] = (source)

Undocumented

Value
['for',
 'each',
 'in',
 'next',
 'do',
 'while',
 'until',
...