# File karel/tk_robot_world.rb, line 266
    def visible(x, y, xBound, yBound)
        return x >= 0 && y >= 0 && x < xBound && y < yBound
    end