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

@ -38,3 +38,7 @@ quickly).
- a shorthand initialization of arrays or sequences, eg var x: array[0..25, int] = -1
would initialize all elements of x to -1
- array/sequence comprehension
- introspection like python's dir()