blob: 5fdb41307525a28b2c4eebab86aa3beafeb0f07f [file] [log] [blame]
if (foo()) {
print "bar"
} else {
if (bar())
{
print "baz"
}
}