Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (dm update-board> (X Y S)
- (let (Game-board (: board)
- Row (get game-board Y)
- Col (get Row X))
- (if (= Col 0)
- (begin
- (put Row X S)
- (put Game-board Y Row)
- (set (:: board) Game-board)
- T)
- F)))
Advertisement
Add Comment
Please, Sign In to add comment