Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: Release 1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Patch:Code and Test
Description
This adds Python-style negative string indices for (subs), e.g.:
(subs "foo bar" -3) ;; -> "bar"