Statements

Statements are differentiated from functions in that they do not return anything, and act to either modify the current request state, or change the control flow of the application logic. Statements may take parameters, and the syntax can vary from one to another.