diff options
Diffstat (limited to 'tests/custom/00_syntax/17_while_loop')
-rw-r--r-- | tests/custom/00_syntax/17_while_loop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/00_syntax/17_while_loop b/tests/custom/00_syntax/17_while_loop index 1e68d6b..9cbf49a 100644 --- a/tests/custom/00_syntax/17_while_loop +++ b/tests/custom/00_syntax/17_while_loop @@ -1,4 +1,4 @@ -Utpl implements C-style while loops which run as long as the condition +Ucode implements C-style while loops which run as long as the condition is fulfilled. Like with for-loops, an alternative syntax form suitable for template |