if (a == b) && (c == d)
Python is a totally different beast, and I wouldn't include it in the discussion, because it also uses whitespace for block grouping.
http://golang.org/doc/go_spec.html#Semicolons
Python is a totally different beast, and I wouldn't include it in the discussion, because it also uses whitespace for block grouping.