I don't like this syntax: "if: {".
Using ":" for a one line statement is ok, but in most cases you have to use multiple lines and end up with two identifiers that represent the same thing.
Maybe you can make the "{" for multiple lines and ":" for one line.
I like to have an indentifier for one line statements, unlike the C approach.