Updated Feature suggestions (markdown)
This commit is contained in:
parent
cab460af9a
commit
6f30eb7f56
|
@ -38,3 +38,7 @@ quickly).
|
||||||
|
|
||||||
- a shorthand initialization of arrays or sequences, eg var x: array[0..25, int] = -1
|
- a shorthand initialization of arrays or sequences, eg var x: array[0..25, int] = -1
|
||||||
would initialize all elements of x to -1
|
would initialize all elements of x to -1
|
||||||
|
|
||||||
|
- array/sequence comprehension
|
||||||
|
|
||||||
|
- introspection like python's dir()
|
Loading…
Reference in New Issue