Examples of LispInteger


Examples of org.jatha.dynatype.LispInteger

    show("L6: ", l6);


    // TEST Numbers

    LispInteger  i1 = lisp.makeInteger();
    LispInteger  i2 = lisp.makeInteger(5);
    LispInteger  i3 = lisp.makeInteger(273);

    LispValue   l7 = lisp.makeCons(i3, lisp.makeList(i2, i1));
    show("L7: ", l7);

    LispReal  r1 = lisp.makeReal();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.