Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion 'Core' Language Philosophy [was: Re: 'catch' statement modifier]
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Michael Lazzaro  
View profile  
 More options Nov 26 2003, 8:48 pm
Newsgroups: perl.perl6.language
From: mlazz...@cognitivity.com (Michael Lazzaro)
Date: Wed, 26 Nov 2003 17:18:51 -0800
Local: Wed, Nov 26 2003 8:18 pm
Subject: Re: 'Core' Language Philosophy [was: Re: 'catch' statement modifier]

On Wednesday, November 26, 2003, at 01:50 PM, Michael Lazzaro wrote:
>    my $c = (defined($a) ? $a : $b);

Sorry, P5.
Before the grammar police attack...

        my $c = (defined($a) ?? $a :: $b);

Parens for clarity.

MikeL


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.