Updated Feature suggestions (markdown)
This commit is contained in:
parent
d95404e677
commit
6142eaf098
|
@ -33,6 +33,7 @@ quickly).
|
||||||
|
|
||||||
- a simple way of indexing the last element of an array or sequence, to avoid long-hand code like ``arr[arr.len-1]``
|
- a simple way of indexing the last element of an array or sequence, to avoid long-hand code like ``arr[arr.len-1]``
|
||||||
- You can do: ``arr[arr.high]`` or ``arr[arr.low]`` for indexing the last and first element or an array or sequence.
|
- You can do: ``arr[arr.high]`` or ``arr[arr.low]`` for indexing the last and first element or an array or sequence.
|
||||||
|
- If it is ``thisismylongname[thisismylongname.high]`` thats not helpfull. ``thisismylongname[>]`` and ``thisismylongname[<]`` looks nice for that in my eyes.
|
||||||
|
|
||||||
- a shorthand way of discarding the return value of a proc (to improve readability)
|
- a shorthand way of discarding the return value of a proc (to improve readability)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue