diff options
Diffstat (limited to 'tests/custom/00_syntax/18_if_condition')
-rw-r--r-- | tests/custom/00_syntax/18_if_condition | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/00_syntax/18_if_condition b/tests/custom/00_syntax/18_if_condition index 9e02767..0dc47fb 100644 --- a/tests/custom/00_syntax/18_if_condition +++ b/tests/custom/00_syntax/18_if_condition @@ -1,4 +1,4 @@ -Utpl implements C-style if/else conditions and ?: ternary statements. +Ucode implements C-style if/else conditions and ?: ternary statements. Like with for- and while-loops, an alternative syntax form suitable for template blocks is supported. |