User Tools

Site Tools


its_survival_guide

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
its_survival_guide [2020/04/07 18:51]
smj
its_survival_guide [2020/04/08 08:29]
lars Fix unbalanced parenthesis.
Line 73: Line 73:
       (defun sum-squares (a b)                  ;Correct SUM-SQUARES       (defun sum-squares (a b)                  ;Correct SUM-SQUARES
              (plus (times a a)              (plus (times a a)
-                   (times b b))))               ;META-Z pushes new DEFUN to world+                   (times b b)))                ;META-Z pushes new DEFUN to world
                                                 ;CTRL-X Z returns to LISP                                                 ;CTRL-X Z returns to LISP
              
its_survival_guide.txt · Last modified: 2020/04/15 20:22 by smj