Changeset 17701 for docs/Perl6/Spec
- Timestamp:
- 09/06/07 19:43:34 (15 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r17196 r17701 447 447 warning in doing so. There are two ways to determine if a 448 448 value equal to undef: the C<defined> function (or method) can 449 be called or the C<//> (or C< err>) operator can be used.449 be called or the C<//> (or C<orelse>) operator can be used. 450 450 451 451 C<undef> is also considered to be false in a boolean context.
