RosettaCodeData/Task/String-comparison/Oforth/string-comparison.fth

6 lines
106 B
Forth

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