From b41620181060af7397cb08a0736980c26405cfe4 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Tue, 3 Feb 2015 09:15:01 +0100 Subject: [PATCH] Updated Nim for C programmers (markdown) --- Nim-for-C-programmers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index 0021ea4..af1584c 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -185,7 +185,7 @@ echo "byte ", $int(a), "\nA" & $a & "B" -Newlines and chars. In nimrod you can't use ``\n`` as a character literal, because on the Windows platform it expands to CR+LR. So you need to specify which char to use. +Newlines and chars. In nim you can't use ``\n`` as a character literal, because on the Windows platform it expands to CR+LR. So you need to specify which char to use.