Changeset 114 for branches/home/psmith
- Timestamp:
- 04/27/07 18:44:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/home/psmith/restructure/src/io/nodes.lisp ΒΆ
r97 r114 99 99 `(dolist (,node *nodes-list*) 100 100 (when (active-conn ,node) ,@body))) 101 102 (defun connected-nodes-count() 103 (let ((count 0)) 104 (with-connected-nodes (node) 105 (incf count)) 106 count)) 107
Note: See TracChangeset
for help on using the changeset viewer.