Artifact e0d02920038d749b156cf92b8f0c24ed6df49f7438e4074ca7662550fb723497:
- Executable file
r37/lisp/csl/jlisp/JavaFn.java
— 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: 292) [annotate] [blame] [check-ins using] [more...]
// JavaFn.java // created 27/02/02 // classes I create will be subclasses of LispJavaFunction // just to provide a level to put more mess later on // class FnWithEnv extends LispFunction import java.io.*; public class JavaFn extends FnWithEnv { } // end of JavaFn.java