pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-10
2008-05-10 12:02:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bc2a6378bdaaf2e724a4dbfe8c98947705cd888f (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: CHANGES:1.95
28:
o New `[..] operator function. Range operations have been separated from the `[] operator function
-
and
is
now handled by the new `[..] which provides greater control
+
and
are
now handled by the new `[..] which provides greater control
for how the range bounds are specified. For compatibility, if there is no `[..] then `[] is still called for range operations.