ushalow
[clean-tests.git] / old / if / test.icl
1 module test
2
3 import Data.Func
4
5 Start = (if` True 42) 52
6
7 if` c t e :== if c t e