Updated Nim for Python Programmers (markdown)
This commit is contained in:
parent
e1c67d8817
commit
fa1609fa5d
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue