8 lines
171 B
Text
8 lines
171 B
Text
|
|
compare=: < , = , >
|
||
|
|
|
||
|
|
cti=: dyad define
|
||
|
|
select =. ;@#
|
||
|
|
English =. ' is less than ';' is equal to ';' is greater than '
|
||
|
|
x (":@[, (compare select English"_), ":@]) y
|
||
|
|
)
|