unison/unison-src/tests/if.u
2021-08-24 11:33:27 -07:00

2 lines
40 B
Plaintext

foo = if true then true else false
> foo