User Tools

Site Tools


its_lisp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
its_lisp [2020/04/15 21:08]
smj
its_lisp [2020/04/15 21:11]
smj
Line 85: Line 85:
      NIL                             ; DO called PRINT X which returned NIL because there was nothing      NIL                             ; DO called PRINT X which returned NIL because there was nothing
                                      ; left to PRINT in the list of "a b c d e"                                      ; left to PRINT in the list of "a b c d e"
-      
  
 +**MATH examples**
 +
 +     @maclisp
 +     
 +     LISP 2122
 +     Alloc? n
 +     
 +     
 +         
 +     (+ 2 2)
 +     4
 +     (- 2 2)
 +     0
 +     (* 2 2)
 +     4
its_lisp.txt · Last modified: 2022/05/23 03:10 by ldbeth