Blocks
-
Blocks are created by curly braces.
-
Standard form
{ # This is a block # Statements can appear within a block } # This terminates the block
Blocks are created by curly braces.
Standard form
{ # This is a block
# Statements can appear within a block
} # This terminates the block