Artifact 1b823b8997166c276a8458dec346bf78d49f724420398036284bb52c7a99bf41:
- Executable file
r37/lisp/csl/jlisp/ConsFn.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: 213) [annotate] [blame] [check-ins using] [more...]
//24/02/02 created for seeing if I have all tools necessary for Lisp class ConsFn extends BuiltinFunction { public LispObject op2(LispObject arg1, LispObject arg2) { return new Cons(arg1, arg2); } }