---
source: src/syntax/mod.rs
expression: results
---
- - if
- - content: if
fg: yellow
- - then
- - content: then
fg: yellow
- - else
- - content: else
fg: yellow
- - elif
- - content: elif
fg: yellow
- - end
- - content: end
fg: yellow
- - and
- - content: and
fg: yellow
- - or
- - content: or
fg: yellow
- - not
- - content: not
fg: yellow
- - as
- - content: as
fg: yellow
- - def
- - content: def
fg: yellow
- - reduce
- - content: reduce
fg: yellow
- - foreach
- - content: foreach
fg: yellow
- - try
- - content: try
fg: yellow
- - catch
- - content: catch
fg: yellow
- - empty
- - content: empty
fg: yellow
- - "null"
- - content: "null"
fg: yellow
- - "true"
- - content: "true"
fg: yellow
- - "false"
- - content: "false"
fg: yellow