Pointless supports the inclusion of modules that may
extend the functionality of Pll. You will have to
use the =import
command to import a module,
e.g. =import("foo")
will import module foo
which may add new or modify existing commands.
You may also use =include(file)
to insert the content of
file
into the current Pll file.
See About this document... for information on suggesting changes.