Next: , Previous: , Up: Augmenting AutoGen Features   [Contents][Index]


4.2 Guile Macros

Guile also maintains context from one command to the next. This means you may define functions and variables in one place and reference them elsewhere. If your Scheme script should determine that AutoGen should stop processing, the recommended method for stopping AutoGen is:

(error "some error text")