-
- Downloads
Implemented the safe index operator formerly known as ?[].
It has now been renamed to [?] since that does not conflict with any other syntax in pike. As an example: int foo( array(int) a ) { return a[?10]; }
Loading
Please register or sign in to comment