function f1(n, m) print "hello"; for i in [n..m] do print i; end for; return n+m; end function; procedure g1(n, m) print "hello"; end procedure;