$a // $b #### defined($a) ?? $a :: $b # [note: this is the new ?: -- blakem] #### $pi //= 3; #### //= gets a ++ in my book
## defined($a) ?? $a :: $b # [note: this is the new ?: -- blakem] ##
## $pi //= 3; ##
## //= gets a ++ in my book