Previous Topic: Syntax and Semantics of the Packager Scripting LanguageNext Topic: Keywords


Comments and Blank Lines

Lines that begin with a # character, are regarded as comment and ignored when the script is evaluated. To improve legilibility, blank lines can be inserted in the script, if needed. Blank lines are also ignored during script evaluation. All subsequent statements refer to the "actual" script lines, that is, lines that do not contain comment or are blank.