Paul Graham と Eric S. Raymond に騙され続けた男の奮闘記
(define (a-plus-abs-b a b) ((if (> b 0) + -) a b))
(+ a b)
(- a b)
0 件のコメント:
コメントを投稿