From fd4c0bde64b1229984bf5b93b76288cf0bf07d6a Mon Sep 17 00:00:00 2001 From: dom96 Date: Thu, 24 Jan 2013 09:03:20 -0800 Subject: [PATCH] Updated Tips and tricks (textile) --- Tips-and-tricks.textile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Tips-and-tricks.textile b/Tips-and-tricks.textile index 944dded..8b2cc35 100644 --- a/Tips-and-tricks.textile +++ b/Tips-and-tricks.textile @@ -1,5 +1,8 @@ +* Use "nimrod check myfile.nim" to check your program for errors, without code generation. This makes the process quicker. + h2. 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 if you need to use a reserved word as an identifier: var `type`: int h2. Tricks with conditional compilation