replace example for string=; Closes PR 13112

This commit is contained in:
Matthias Felleisen 2012-09-14 19:05:23 -04:00
parent f621855aa3
commit b1ba81d0cc

View File

@ -779,7 +779,7 @@
}
@defproc[(string=? [s string][t string][x string] ...) boolean?]{
Determines whether all strings are equal, character for character.
@interaction[#:eval (bsl) (string-copy "hello")]
@interaction[#:eval (bsl) (string=? "hello" "world") (string=? "bye" "bye")]
}
@defproc[(string<? [s string][t string][x string] ...) boolean?]{
Determines whether the strings are ordered in a lexicographically strictly increasing manner.