5. If statements in SB are pretty much the same as in any other programming language. To make multi-line if statements you need to follow the following syntax... IF (condition) THEN 'DO SOMETHING ELSE 'DO SOMETHING ELSE ENDIF It's also worth noting that comments in SB are preceded by a ', and not // or /*. 6. The modulo operator does exist! It follows the syntax of N1 MOD N2.