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