Also you can use IF all in one line, just do 'IF condition THEN commandsToExecute'. Although that's not how it works in higher level languages like C, it at least uses less lines. Multiple-line IF statements are mostly helpful if you've got a ton of commands to execute on one condition.