RosettaCodeData/Task/String-comparison/J/string-comparison-2.j
2023-07-01 13:44:08 -04:00

6 lines
175 B
Text

'ball' (eq , ne , gt , lt , ge , le) 'bell'
0 1 0 1 0 1
'ball' (eq , ne , gt , lt , ge , le) 'ball'
1 0 0 0 1 1
'YUP' (eq , ne , gt , lt , ge , le) 'YEP'
0 1 1 0 1 0