log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/char.ur @ 821:395a5d450cc0
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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>