This commit is contained in:
Ivan Shalganov 2015-01-02 23:12:32 +03:00
parent 964f20a914
commit 317bce9e19
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ To use octal notation, precede the number with a 0 (zero).
To use hexadecimal notation precede the number with 0x.
To use binary notation precede the number with 0b.
``smarty
```smarty
{var $a = 1234} decimal number
{var $a = -123} a negative number
{var $a = 0123} octal number (equivalent to 83 decimal)