RosettaCodeData/Task/String-comparison/COBOL/string-comparison-3.cobol

3 lines
52 B
COBOL

"hello " = "hello" *> True
X"00" > X"0000" *> True