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..