4 lines
65 B
Text
4 lines
65 B
Text
|
|
IF Upper( s1 ) == Upper( s2 )
|
||
|
|
? "The strings are equal"
|
||
|
|
ENDIF
|