Next: , Previous: , Up: Template File   [Contents][Index]


3.5 Common Scheme Functions

This section describes a number of general purpose functions that make the kind of string processing that AutoGen does a little easier. Unlike the AutoGen specific functions (see AutoGen Scheme Functions), these functions are available for direct use during definition load time. The equality test (see string-eqv? - caseless match) is “overloaded” to do string equivalence comparisons. If you are looking for inequality, the Scheme/Lisp way of spelling that is, “(not (= ...))”.


Next: AutoGen Native Macros, Previous: AutoGen Scheme Functions, Up: Template File   [Contents][Index]