func println(val: TriValue) { switch val { case TriValue.false: println("false")