Arrays: Difference between revisions

m
→‎Some further exposition:: drop superscripts range example, results would surprise if examined
m (→‎Some further exposition:: drop superscripts range example, results would surprise if examined)
Line 7,057:
1..Inf # natural numbers
'a'..'z' # lowercase latin letters
'⁰'..'⁹' # superscript digits
 
'''Sequence''': Iterable list of objects with some method to determine the next (or previous) item in the list. Reified on demand. Will try to automatically deduce simple arithmetic or geometric sequences. Pass in a code object to calculate more complex sequences.
2,392

edits