RosettaCodeData/Task/String-comparison/Oforth/string-comparison.oforth
2016-12-05 23:44:36 +01:00

5 lines
106 B
Text

"abcd" "abcd" ==
"abcd" "abce" <>
"abcd" "abceed" <=
"abce" "abcd" >
"abcEEE" toUpper "ABCeee" toUpper ==