Constant
Teo schema supports constants. Use the 'let' keyword to declare a constant.
Type annotation
Teo's constant can be type annotated. This is useful when the literal cannot figure out its correct value type.
Use constant in arguments
When specify arguments such as decorator arguments and pipeline item arguments, constant can be used to reduce code duplication.