Reserved wordsΒΆ
Since Jam.py is Python and JavaScript language framework, valid Python and JavaScript identifiers should be used. In addition, for all supported databases, their own valid identifiers and reserved words should be used.
The file containing reserved words example list is keywords.py, with below content:
keywords = [
"BADGE",
"LABEL",
"HIDDEN",
"PROGRESS",
"TASK"
]