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