# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74916] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74916 >
<masak> rakudo: say Nil.defined <p6eval> rakudo 1eef08: OUTPUT«0» * masak submits rakudobug <masak> rakudo: say ().defined <p6eval> rakudo 1eef08: OUTPUT«0» >From S02: 'Since method calls are performed directly on any object, C<Nil.defined> returns C<True> just as C<().defined> does.'