Changeset 13341 in project
- Timestamp:
- 02/19/09 03:22:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/3/formular/trunk/form2wiki.scm
r13317 r13341 112 112 (for-each (lambda (x) 113 113 (for-each (lambda (x) 114 (let ((x1 (string-trim-both char-whitespace? x)))114 (let ((x1 (string-trim-both x char-whitespace?))) 115 115 (if (not (string-null? x1)) 116 116 (print x1 " <br>")))) … … 122 122 (for-each (lambda (x) 123 123 (for-each (lambda (x) 124 (let ((x1 (string-trim-both char-whitespace? x)))124 (let ((x1 (string-trim-both x char-whitespace?))) 125 125 (if (not (string-null? x1)) 126 126 (print x1 " <br>"))))
Note: See TracChangeset
for help on using the changeset viewer.