on startUp
	put peter() into myVar
	peter myVar
end startUp

on peter
	put param(1)
end peter

function peter
	return "Frodo and Bilbo"
end peter