Next: Loading, Previous: Scheme Read, Up: Read/Load/Eval
Evaluate exp, a list representing a Scheme expression, in the top-level environment.
Evaluate string as the text representation of a Scheme form or forms, and return whatever value they produce.
Given a list (arg1 ... args), cons the arg1 ... arguments onto the front of args, and return the resulting list. Note that args is a list; thus, the argument to this function is a list whose last element is a list. Note: Rather than do new consing,
apply:nconc2lastdestroys its argument, so use with care.\n