task { name = "build", action = function () print "building" end } task { name = "clean", action = function () print "cleaning" end }