Changeset 17701 for docs/Perl6/API

Show
Ignore:
Timestamp:
09/06/07 19:43:34 (15 months ago)
Author:
lwall
Message:

s:g/err/orelse/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/API/Scalar.pod

    r12817 r17701  
    5757warning in doing so. There are two ways to determine if a 
    5858value equal to undef: the C<defined> function (or method) can 
    59 be called or the C<//> (or C<err>) operator can be used. 
     59be called or the C<//> (or C<orelse>) operator can be used. 
    6060 
    6161C<undef> is also considered to be false in a boolean context.