unison/unison-src/tests/if.u

3 lines
39 B
Plaintext

foo = if true then true else false
foo