- or download this
token infix:sym<?? !!> ( --> Conditional) {
'??'
...
]
{*} #= ??
+!!
}
- or download this
token infix:sym<?? !!> {
'??'
<EXPR(%conditional)>
'!!'
}
- or download this
$a == 1 ?? $b = 2 !! $b = 3;
- or download this
EXPR INFIX EXPR LEFT_DELIM STRING RIGHT_DELIM
- or download this
for 1..10 { ... }