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

Q: statements in module file?



It seems to me that you can have arbitrary statements at the top-level in
dylan (i.e. in between the method and class definitions). What is the exact
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
compile, since they are executed in a different environment depending on
exactly where they are in the file.

Roland





Follow-Ups: