Infer sign of range's step when only start and end are provided.

This commit is contained in:
John-David Dalton
2015-11-26 21:14:24 -06:00
parent 826af968c8
commit 2dd6f0124e
3 changed files with 12 additions and 12 deletions

View File

@@ -77,6 +77,9 @@
'an array of pairs zipped together into an object',
'an object converted to pairs and back to an object'
],
'range': [
'range with two arguments a & b, b<a generates an empty array'
],
'rest': [
'working rest(0)',
'rest can take an index',