Hey, I'm trying to make a babby's first robot, and I'm already hitting some blockades
All my code so far:
local r = require("robot")
r.forward()
However, when I run this snippet, I get an out of bounds error as seen here:
This also happens with some few other functions. (for example: place and detect)
I'm convinced that this is not an error on my part, but I hope someone can prove me wrong.