Added Missing Newlines

This commit is contained in:
Speiger 2021-01-11 13:43:50 +01:00
parent a189a3cea4
commit 48853140d0
1 changed files with 5 additions and 5 deletions

View File

@ -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_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 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. 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. 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 Recursion is supported and necessary