Creates an if statement
Aliases:
if (condition) { // Your code here}
if condition { // Your code here}
if condition then expression1 else expression2
if (condition) { # Your code here}
if condition: # Your code here
if condition # Your code hereend
if [ condition ]; then // Your code herefi