(define (System.out.println x) (begin (display x) (newline) ) ) (let ( (foo (read)) ) (System.out.println (- foo 1)) )