ESL statements can appear in free format, which means that wherever a space can appear in an ESL program, you can specify multiple spaces, tabs, or new-line characters. For example, the following two statements are identical:
disabled key Hello at position 0 0
disabled key Hello
at position 0 0
The only exceptions to this rule are within string literals and comments.