Artifact 1b8b08a21e42020c5ba44d3559aa9ed17cb480513116af3f026faff19310c96a:
- Executable file
r37/lisp/csl/jlisp/LispNumber.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: 227) [annotate] [blame] [check-ins using] [more...]
// // This file is part of the Jlisp implementation of Standard Lisp // Copyright \u00a9 (C) Codemist Ltd, 1998-2000. // import java.math.*; public abstract class LispNumber extends LispObject { } // end of LispNumber.java