Artifact 2b545b7c940e5ee27cbd11685b7f5fcef5e8bef0d5fd84f5bdf963d5f9bc7a27:
- Executable file
r37/lisp/csl/html/r37_0127.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 587) [annotate] [blame] [check-ins using] [more...]
<A NAME=LOAD_PACKAGE> <TITLE>LOAD_PACKAGE</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LOAD\_PACKAGE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> <P> <P> The <em>load_package</em> command is used to load REDUCE packages, such as <em>gentran</em> that are not automatically loaded by the system. <P> <H3> syntax: </H3> <P> <P> <em>load_package "</em><package\_name><em>"</em> <P> <P> <P> A package is only loaded once; subsequent calls of <em>load_package</em> for the same package name are ignored. <P> <P>