25.08.2014, 06:05
No, don't do that! You should REALLY learn to indent, once you continue to code for a while, or once your mode develops into being larger, you're going to get to a point where indentation is ABSOLUTELY needed, and for a script of any size, it is! It's extremely difficult to read nested code without indentation, and it often leads to coding errors since you can't see what is contained by what. Indentation will come natural as you code.