#!/usr/bin/env ruby -wKUdef anchor(string) "<A href=\"%s\">%s</A>" % [string,yield] enda = anchor("goat") do "moow"endputs a