Changeset 125 for abuse/trunk/src/lisp/lisp.cpp
- Timestamp:
- Mar 18, 2008, 10:40:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp/lisp.cpp
r124 r125 922 922 #endif 923 923 924 for (x=0;i;x++,i=CDR(i)); 924 for(x = 0; i; i = CDR(i)) 925 x++; 925 926 return x; 926 927 }
Note: See TracChangeset
for help on using the changeset viewer.