(define (System.out.println x) (begin (display x) (newline) ) ) (let ( (foo (read)) ) (if (= foo 0) (System.out.println 1) (System.out.println 0) ) )