blob: 594b87814e3ef4b9b87e2b5846548f0946a5d471 [file] [log] [blame]
func println(val: TriValue) {
switch val {
case TriValue.false: println("false")