xanadu - xml-tree

This commit is contained in:
erana 2012-01-21 18:53:35 +09:00
parent 7000a923b2
commit 2e10d78084
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
(set! tagged (+ tagged 1)))
((and (> tagged 0)(eq? c #\<))
(set! tagged (+ tagged 1)))
;;((and (= tagged 0)(eq? c #\>))
;; (set! tagged (- tagged 1)))
((and (= tagged 0)(eq? c #\>))
(set! tagged (- tagged 1)))
((and (> tagged 0)(eq? c #\>))
(set! tagged (- tagged 1)))
((< tagged 0)