shim.scm 116 B

12345
  1. (define (print x) (display x) (newline))
  2. (define (write-line x) (write x) (newline))
  3. (define arithmetic-shift ash)