Updated Nim for Python Programmers (markdown)

This commit is contained in:
Federico Ceratto 2017-02-11 00:17:53 +00:00
parent e1c67d8817
commit fa1609fa5d
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ Use [Nim sequences](http://nim-lang.org/docs/tut1.html#advanced-types-sequences)
Nim arrays and sequences can hold only items of the same type.
Also be aware that mylist[0..2] returns the first 3 elements (not 2), but cause a boundary error if there are less elements.
#### List Comprehensions
```