Skip to content
Snippets Groups Projects
Commit ccb59398 authored by Per Hedbor's avatar Per Hedbor
Browse files

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]; }
parent 30e9ba98
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment