Help for this page

Select Code to Download


  1. or download this
    sub isNorth {
      # Passed x & y coords, determines if able to go north
    ...
        return 0  # Can't go west, return 0 for false
      }
    }