baal #6551(2008/06/22 04:08 GMT) [ Scheme ] Rating0/0=0.00
see: Gauche:PrettyPrint
1 2 3 4 5 6 7 8
(define decomment (lambda () (let loop ((s (read))) (if (not (eof-object? s)) (begin (write s) (newline) (loop (read))))))) (define main (lambda (args) (decomment) 0))
Rating0/0=0.00-0+
[ reply ]
baal
#6551()
[
Scheme
]
Rating0/0=0.00
see: Gauche:PrettyPrint
Rating0/0=0.00-0+
[ reply ]