#script

Syntax:

    #script
    [scriptcommand1]
    [scriptcommand2]
     ...
    [scriptcommandn]
    #endscript

Explanation:

The #script block is used to create small sections of code which GCBASIC runs during compilation. A detailed explanation and example are included in the Scripts article.

See Also:

  • Scripts — the full explanation, constant precedence rules, and a worked PWM example