From 9c514d15a9128468dfd065f4831c4761f825a03e Mon Sep 17 00:00:00 2001 From: wizzardx Date: Wed, 25 Oct 2017 18:17:11 +0200 Subject: [PATCH] Updated Tips and tricks (markdown) --- Tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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