Updated Tips and tricks (markdown)

This commit is contained in:
wizzardx 2017-10-25 18:17:11 +02:00
parent d494b04950
commit 9c514d15a9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Using reserved words as identifiers
You can use the slanted quote string syntax if you need to use a reserved word as an identifier: ``var `type`: int``
You can use the slanted quote string syntax (stropping) if you need to use a reserved word as an identifier: ``var `type`: int``
## Tricks with conditional compilation