loadfile.icn: Procedure to produce and load program on the fly

procedure loadfile:        produce and load program

link loadfile
November 21, 1996; Ralph E. Griswold
Requires: MT-Icon, system(), pipes, /tmp
This file is in the public domain.

loadfile(exp, link, ...) produces and loads a program that generates
the results of exp.  The trailing arguments name link
files needed for the expression.  loadfile() returns a procedure
that generates the results.


Source code | Program Library Page | Icon Home Page