replace example for string=; Closes PR 13112
This commit is contained in:
parent
f621855aa3
commit
b1ba81d0cc
|
@ -779,7 +779,7 @@
|
||||||
}
|
}
|
||||||
@defproc[(string=? [s string][t string][x string] ...) boolean?]{
|
@defproc[(string=? [s string][t string][x string] ...) boolean?]{
|
||||||
Determines whether all strings are equal, character for character.
|
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?]{
|
@defproc[(string<? [s string][t string][x string] ...) boolean?]{
|
||||||
Determines whether the strings are ordered in a lexicographically strictly increasing manner.
|
Determines whether the strings are ordered in a lexicographically strictly increasing manner.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user