Changes between Initial Version and Version 1 of Ticket #676
- Timestamp:
- 08/31/11 12:43:02 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #676 – Description
initial v1 1 1 There seems to be a typo in dict.scm: 2 2 3 {{ 3 {{{ 4 4 (define (parse-status-151 input) 5 5 (let ((ws (string-index input #\space))) … … 14 14 ))) 15 15 (list word db descr))))) 16 }} 16 }}}