• One-Line IF:
    • The one-line IF uses the syntax IF <test> THEN <action>
      if debug isTrue then say "Debug is on"