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