Changeset 21375 for docs/Perl6

Show
Ignore:
Timestamp:
07/18/08 19:25:02 (4 months ago)
Author:
lwall
Message:

[Functions.pod] nothing isn't sacred, just use () which is less than nothing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r20987 r21375  
    1313                Mark Stosberg <mark@summersault.com> 
    1414 Date:          12 Mar 2005 
    15  Last Modified: 13 Jun 2008 
    16  Version:       22 
     15 Last Modified: 18 Jul 2008 
     16 Version:       23 
    1717 
    1818This document attempts to document the list of builtin functions in Perl 6. 
     
    15001500 
    15011501Stops all program execution, and returns C<$status> to the calling environment. 
    1502  
    1503 =item nothing 
    1504  
    1505  multi nothing () 
    1506  
    1507 No operation. Literally does nothing. 
    15081502 
    15091503