#!/usr/local/bin/gosh (use srfi-1) (print (define (sq x) (+ x x)) (x 5) )