t8.scm 87 B

1234
  1. (define r5rs-t1 (print ((if #f + *) 3 4)))
  2. (define r5rs-t2 (print ((if #t + *) 3 4)))