2 lines
81 B
Text
2 lines
81 B
Text
if 23 { "what" } else { "the" }
|
|
// type-error: 0 conditions must yield a boolean
|
if 23 { "what" } else { "the" }
|
|
// type-error: 0 conditions must yield a boolean
|