All expressions in Vikari can be executed as a separate statement. Expressions with no side effects will have no impact on the running program. The primary example of an expression statement with side effects is an assignment expression assigning to a variable that has already been declared. But arbitrary expressions are still valid Vikari statements.
The following demonstrates expression statements with side effects.
The following demonstrates expression statements without side effects.