| Paste number 90580: | lambda expression |
| Pasted by: | longkid |
| When: | 9 months, 2 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+1XW4 |
| Channel: | #lisp |
| Paste contents: |
(setf j (random 9))
(loop
do (setf k (random 9))
while (= k j))
When I use these statements, this error message appears (setf j (random 9)) should be a lamda expression. WHY???This paste has no annotations.