Changeset 17701 for docs/Perl6/Spec

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/Spec/Functions.pod

    r17196 r17701  
    447447warning in doing so. There are two ways to determine if a 
    448448value equal to undef: the C<defined> function (or method) can 
    449 be called or the C<//> (or C<err>) operator can be used. 
     449be called or the C<//> (or C<orelse>) operator can be used. 
    450450 
    451451C<undef> is also considered to be false in a boolean context.