Statements


Table of Contents
class — defines a class.
condition — tests conditions.
for — checks a condition and performs a statement.
function — creates a new function.
if — conditionally evaluates statements.
local — allows for implementing local variables within functions.
method — defines a method for a given class.
progn, prog1 — group several statements into one expression.
protect unwind — evaluates protected code, despite errors.
switch — tests arguments with conditions.
try catch — catches errors in the body code.
while — iterates, evaluating a statement.
with — traverses an array or list performing a statement.