This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cs330_f2016:labpaint [2018/09/18 00:54] morse |
cs330_f2016:labpaint [2021/06/30 23:42] (current) |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| <code lisp> | <code lisp> | ||
| - | (with x 5 (+ x 1)) | + | (with (x 5) (+ x 1)) |
| </code> | </code> | ||