Won't Fix
Details
Assignee
Plínio BalduinoPlínio BalduinoReporter
importimportLabels
Approval
PrescreenedPatch
CodePriority
TrivialAffects versions
Details
Details
Assignee
Plínio Balduino
Plínio BalduinoReporter
import
importLabels
Approval
Prescreened
Patch
Code
Priority
Affects versions
Created January 5, 2011 at 1:32 AM
Updated October 5, 2021 at 5:12 PM
Resolved October 5, 2021 at 5:12 PM
The range function's documentation does indicate the following usage:
(range 10 0 -1) -> (10, 9, 8, 7, 6, 5, 4, 3, 2, 1)
Current doc:
Its also possible to step down rather than up, for example counting
backwards from 10 by -1: (range 10 0 -1).
Proposed:
Add final sentence: "Step may be negative."
Patch: clj-704.patch