RE: Pike 8.0 RC1
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
> Safe index is nice, but if adding a ?(), it would be more useful. > X?(ARGS) should be eauivalent to ((auto _ = X),(_ && _(ARGS))) Yes, I agree. The major issue is that this conflicts (somewhat) with the ?: syntax (this is also the reason for the lack of a .? operator). As an example: a?(float)a:42.0