pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-01
2014-10-01 18:15:35 by Per Hedbor <ph@opera.com>
0721aa9e111a868c8fba7c4406b53590b5a89945 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Added note about this:: to CHANGES
180:
the same as int(0..4095).
+
o 'this::x' is not equivalent to 'this_program::x' -- access the
+
identifier x in the current object.
+
+
New preprocessor features -------------------------