Commenting
Single Line Comments (Rems)
Whatever after the //
operator will become a comment within the single line
Block Comments (Block Rems)
To have multi-line comments without using the //
operator on each line, use the /* <comment> */
syntax