Next: , Up: Alpha Syntax   [Contents][Index]


9.2.3.1 Special Characters

# is the line comment character. Note that if # is the first character on a line then it can also be a logical line number directive (see Comments) or a preprocessor control command (see Preprocessing).

; can be used instead of a newline to separate statements.