local robot = require("robot") local function mine() robot.swing() robot.up() robot.swing() robot.down() robot.forward() end mine()