comparison tests/char.ur @ 821:395a5d450cc0

Chars and more string operations
author Adam Chlipala <adamc@hcoop.net>
date Tue, 26 May 2009 12:25:06 -0400
parents
children
comparison
equal deleted inserted replaced
820:91f465ded07e 821:395a5d450cc0
1 fun main () =
2 case #"A" of
3 #"B" => return <xml/>
4 | _ => return <xml>A!</xml>