>>>>> "c" == craig duncan <duncan / nycap.rr.com> writes: c> e.g. does it go completely c> through the source file first just building parse trees and then c> execute, Yes, it do this 1) building parse trees (this is at this step that it make a difference between local variable and methods, for example) 2) then execute Guy Decoux