Syntax:
module {name} {elements}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKModule.class
Runtime handler(s):
net.eclecity.linguist.handler.LHModule.class
Function:
Declares a compiled script module. Although you can run a concurrent script simply by giving its name, there are occasions where it's useful to keep a reference to it in the form of a module variable. See also run and send.
Example(s):
module Comms module Buttons 10