mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +03:00
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
:set warnDefaulting=off
|
|
:set ascii=on
|
|
if 1 <= 9 /\ 9 >= 1 /\ 1 < 9 /\ 9 > 1 /\ 1 == 1 then "comparisons good" else "comparisons bad "
|