Files
moxa/_test/if6.go

12 lines
97 B
Go

package main
func main() {
if false {
println("nok")
}
println("bye")
}
// Output:
// bye