Updated Tips and tricks (markdown)
This commit is contained in:
parent
d494b04950
commit
9c514d15a9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue