- fix spacing

This commit is contained in:
Jordan Sissel 2013-08-19 20:51:03 -07:00
parent bd76121b10
commit 501ff5b799

View file

@ -129,13 +129,13 @@ nested if you need that.
The syntax is follows:
if EXPRESSION {
...
} else if EXPRESSION {
...
} else {
...
}
if EXPRESSION {
...
} else if EXPRESSION {
...
} else {
...
}
What's an expression? Comparison tests, boolean logic, etc!