Hi again,

Am 02.07.2009 um 19:52 schrieb Meikel Brandmeyer:

(defn match [prev-char next-char]
(cond = prev-char

Typo: you mean cond*p* instead of cond.

  \( (= next-char \))
  \[ (= next-char \])
  true false))

And BTW: the true shouldn't be there. If there
is an odd number of clauses, the last one is
returned of the match is found.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to