xanadu - xml-tree
This commit is contained in:
parent
7000a923b2
commit
2e10d78084
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue