Updated Feature suggestions (markdown)
This commit is contained in:
parent
cab460af9a
commit
6f30eb7f56
|
@ -37,4 +37,8 @@ quickly).
|
|||
- a shorthand way of discarding the return value of a proc (to improve readability)
|
||||
|
||||
- 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