Updated Feature suggestions (markdown)

This commit is contained in:
fuzzthink 2014-07-18 13:10:15 -07:00
parent cab460af9a
commit 6f30eb7f56
1 changed files with 5 additions and 1 deletions

View File

@ -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()