5 lines
106 B
Forth
5 lines
106 B
Forth
"abcd" "abcd" ==
|
|
"abcd" "abce" <>
|
|
"abcd" "abceed" <=
|
|
"abce" "abcd" >
|
|
"abcEEE" toUpper "ABCeee" toUpper ==
|