local robot = require("robot") return { forward = function() while not robot.forward() do end end, back = function() while not robot.back() do end end, }