if
示例:
if (a) { print "foo" } else if (b) { print "bar" } else if (c) { print "baz" } else if (d) { print "Too many branches" }
使用下面的字段指定预期的最大分支数。