def first (function f) return (f) end def second () return "second" end out (first second) endl console # "second" is output to the console