From 6b7524620737fe0ba15eb99f9dc5681061ff1a01 Mon Sep 17 00:00:00 2001 From: "chr v1.x" Date: Tue, 16 Jul 2019 18:04:35 -0700 Subject: [PATCH] Add some more about ranges --- Nim-for-Python-Programmers.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Nim-for-Python-Programmers.md b/Nim-for-Python-Programmers.md index 5070634..8828be7 100644 --- a/Nim-for-Python-Programmers.md +++ b/Nim-for-Python-Programmers.md @@ -133,7 +133,33 @@ So, when using inheritance, be sure to inherit using refs, unless you know what ### Ranges -The syntax for ranges is different. a[x:y] becomes a[x..