[Prev][Next][Index][Thread]

Re: Q: statements in module file?



"Roland Paterson-Jones" <rolandpj@bigfoot.com> writes:

> semantics of this? Do the statements only have access to the definitions
> appearing above them in the source file? If so, it's somewhat of a pain to

No, you can also access definitons below.

The only exception are macros, they need to be defined before used. So
you have to write macros using each other (as in the XML parser) in
topological sort order.

Andreas

-- 
"In meinen Augen ist es niemals ein Verbrechen, Wissen zu stehlen. Es
ist ein guter Diebstahl. Der Pirat des Wissens ist ein guter Pirat."
                                                       (Michel Serres)



Follow-Ups: References: