Artifact 1b823b8997166c276a8458dec346bf78d49f724420398036284bb52c7a99bf41:


//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);
    }
}

REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]