# this should not compile, but previously once did! (woops) import "fmt" $x = fmt.printf("TEST is %s", if $x == "b" {"a"} else {"b"} )