Content deleted Content added
Line 19:
Generally, these languages are also considered "free-form languages", meaning that the compiler considers all whitespace to be the same as one blank space, much like [[HTML]]. Considering that, the above code ''could'' be written:
for(int
but this is not recommended, as it becomes nearly impossible for a person to read after the program grows beyond a few statements.
|