/**
	An exercise in Custom Function abuse.
	The author of the haiku itself was Matsuo Bashô.
	@name		Frog Haiku
	@author		Mark Banks
	@return		text    the last line of the haiku
	@license	This software is distributed as FrogWare. If you like it, buy someone a frog.
*/
Let ( [
	old pond …
	a frog leaps in                                                                                                        =
	"water’s sound"
] ;
	old pond …
	a frog leaps in
) // Let
Contact | Home | Custom Functions
© 2009 Mark Banks. Last modified: November 10, 2009