Artifact a7808a063baf22d9c6c82bb69d5b30d750899a252455cf23b96c8f42826b6b4b:


//24/02/02 created for seeing if I have all tools necessary for Lisp

class AtomFn extends BuiltinFunction
{
    public LispObject op1(LispObject arg1)
    {   return arg1.atom ? Jlisp.lispTrue :
                           Jlisp.nil;
    }
}

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