SchemeLoad
List of: Functions
Subjects: Scheme Interface
Contents: Scheme Support

Action: Loads a Scheme file into memory.

Prototype: int SchemeLoad (


const char* filename // file to load


);

Includes: #include "kernel/acis.hxx"

#include "scheme/scm_eval.hxx"

Description: The function returns 0 if the loaded procedure successfully evaluates; otherwise, it returns an exception code.

Library: scheme

Filename: scm/scheme/scm_eval.hxx

Effect: System routine
PDF/SCM/05FN.PDF
HTM/DATA/SCM/SCM/05FN/0024.HTM