Skip to content

Commit

Permalink
Unbroke 's' support
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Aug 4, 2012
1 parent 3109b01 commit 7c26a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clostridium/core.clj
Expand Up @@ -423,9 +423,9 @@
\r reflect
\s (fn [nb]
(let [
{:keys [b item]} (removeFromStack (updatePC nb))
{:keys [b item]} (removeFromStack (updatePC nb true))
]
(assoc b :grid (setVal (:grid b) (:pc b) (char item)))
(assoc b :grid (setVal (:grid b) (reverse (:pc b)) (char item)))
)
)
\z (fn [b] b)
Expand Down

0 comments on commit 7c26a59

Please sign in to comment.