#!/usr/bin/gosh (define (pointless) (print "Turning off myself = " pointless) (set! pointless #f)) (pointless) (pointless)