RosettaCodeData/Task/String-comparison/Oforth/string-comparison.fth
2023-07-01 13:44:08 -04:00

5 lines
106 B
Forth

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