for works for nested sequential data. user> (def game-state (let [game '[[_ _ _ _] [1 1 _ _] [! 1 _ _] [1 1 _ _]]] (for [[i row] ...
確定! 回上一頁