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