Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

goto, not much worse than break/continue

Name: Anonymous 2005-02-21 17:56

Discuss.

Name: Anonymous 2007-06-17 4:16 ID:Heaven

[m][code]
CL-USER> (defparameter mat '((0 0 3 3)
                 (0 2 3 0)
                 (0 0 0 0)
                 (0 0 3 8)))
MAT
CL-USER> (position t (mapcar (lambda (row) (every (lambda (item) (= item 0)) row)) mat))
2
[/m][/code]

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List