Statements and expressions

Statements in Slash does not return a value. Statements are for example variable declarations, variable assignments and control structures.

Expressions in Slash calculates a value and might have side effects.