Include

Name

Include -- Reads GCL expressions from a file

Synopsis

Include[file->TEXT] =: BOOLEAN

Description

Include includes the contents in the specified file in the running GCL program. The function returns True if file was successfully opened, and False otherwise. Include may only be used at the top level, that is, it cannot be used inside of NewFunction or flow control structures.