Changeset 25847 in project for release/4/honu/trunk/honu.scm
- Timestamp:
- 02/01/12 13:20:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/honu/trunk/honu.scm
r25483 r25847 9 9 10 10 (define-constant +operator-chars+ 11 '(#\- #\+ #\/ #\? #\: #\* #\% #\& #\! #\. #\~ #\_ #\| #\> #\< #\= #\^ #\\ ) )11 '(#\- #\+ #\/ #\? #\: #\* #\% #\& #\! #\. #\~ #\_ #\| #\> #\< #\= #\^ #\\ #\@) ) 12 12 13 13 (define (read-honu #!optional (port (current-input-port)) line-numbers lnwrap)
Note: See TracChangeset
for help on using the changeset viewer.