Added Missing Newlines
This commit is contained in:
parent
a189a3cea4
commit
48853140d0
10
README.md
10
README.md
|
@ -38,8 +38,8 @@ public class ExampleClass
|
|||
}
|
||||
```
|
||||
|
||||
If the Variable "METHOD_ONE" is present only the code in the if is parsed into the template process.
|
||||
If the Variable "METHOD_TWO" is present and the "SKIP" Variable is missing then the code in the else if block is parsed into the template process
|
||||
Otherwise the else block is included.
|
||||
Whenever a if is started, it has to end with a #endif, Even if the last condition is a else if or a else.
|
||||
Recursion is supported and necessary
|
||||
If the Variable "METHOD_ONE" is present only the code in the if is parsed into the template process.
|
||||
If the Variable "METHOD_TWO" is present and the "SKIP" Variable is missing then the code in the else if block is parsed into the template process
|
||||
Otherwise the else block is included.
|
||||
Whenever a if is started, it has to end with a #endif, Even if the last condition is a else if or a else.
|
||||
Recursion is supported and necessary
|
Loading…
Reference in New Issue