if (condition) { actions }
Note: If statements do NOT need to have curly braces if there is only 1 action if (condition) single_action
The oddest way to write an If statement is like Shorthand If Statements
if (condition) { actions }
Note: If statements do NOT need to have curly braces if there is only 1 action if (condition) single_action
The oddest way to write an If statement is like Shorthand If Statements