start | all-pages
writingloadblocks
Load blocks for *AsteriskLoader are given a title of the form:
(LOAD:name)
+* will parse for a name, construct the above form, then load
the block. The contents are wrapped into a *quotation and then
run.
An example:
(LOAD:sample)
'(opt:s) needs
'(math) needs
'(sample) needs