cryptol/tests/regression/r04.icry

4 lines
134 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
:set warnDefaulting=off
:set ascii=on
if 1 <= 9 /\ 9 >= 1 /\ 1 < 9 /\ 9 > 1 /\ 1 == 1 then "comparisons good" else "comparisons bad "