diff --git a/Tips-and-tricks.md b/Tips-and-tricks.md index 66d8040..80fe721 100644 --- a/Tips-and-tricks.md +++ b/Tips-and-tricks.md @@ -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