Expressions
Defining Templates
Expressions are basic building blocks of the Journey programming language. In the places where expressions are used interpreter will first try to evaluate them and make the desired operation with the resulting value
Expressions can be of the following types
- - Literals: more details can be found at Literals Section
- - Variable: more details can be found at Variables Section
- - Fillable Object Template: more details can be found at Fillable Object Template Section
- - Expressions With Operators: more details can be found at Inbuilt Operators Section
- - Naked Inbuilt Function Call: more details can be found at Inbuilt Function Without Context Section
- - Inbuilt Function Over Expression: more details can be found at Inbuilt Function Over Expression Section