~bh « nluqo.github.io « games « js - tour - touring some programming systems
1 2 3 4 5 6 7 8
(define (plural wd) (word wd 's)) (define (plural wd) (if (equal? (last wd) 'y) (word (bl wd) 'ies) (word wd 's)))