#compile[+|*] "macro"
macro - name of a macro or function.
| + | macro is folder. Compiles all items in it. |
| * | compile and execute.
|
Compiles macro. It does not "include" or call it, but just compiles (only if it is not already compiled). Usually, it is used to compile macros or functions that contain various declarations.
See also: ref.
#compile "toolhelp"