Action Code
Expressions
Functions
Variable Declaration
Assignment
If
Return
For Loop in Action Code
List Comprehension (For Expression)
While Statement
Switch statement
Regular Expressions
Render template to String
Login
|
About
|
Page Index
Home
|
Manual
|
Publications
|
Download
|
Support
Assignment
The syntax of an assignment:
<variable> := <value expression>;
Example:
p.lastName := "Doe";