1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
function fun1()%( ) end function fun2()%( ) function fun3() if true then%( ) end function fun4() if true then return 10 else%( ) end function fun5() if true then%( ) return 10 end local str = "while"%( )