6 lines
57 B
Text
6 lines
57 B
Text
func foo() { }
|
|
var x = if foo() {
|
|
1
|
|
} else {
|
|
2
|
|
}
|