loadTopContextForms
loadTopContextForms(t_FileName[?debugModeg_debugMode] [?writeProtectg_writeProtect] [?writeProtectAllg_writeProtectAll] [?lazyCompg_lazyComp] [?printinfixg_printinfix] [?integermodeg_integermode] [?mergemodeg_mergemode] [?readProtectg_readProtect] ) =>t/nil
Description
Loads top-level SKILL or Scheme forms from a file. If the setContext mode is set, these forms are saved in a context. After the context is loaded, these forms are evaluated at the top-level, as if these were loaded from an .il or .ils file.
Arguments
Value Returned
Examples
setContext("testc.cxt")
loadTopContextForms("./testFile.il")
saveContext("testc.cxt")
Related Topics
Return to top