On 5/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: snip
+If the count is less than 1, returns the null string. +The count may not be C<*> because Perl 6 does not support +infinite strings. (At least, not yet...)
snip
Does "may not be c<*>" mean that the compiler should throw a fatal error if it sees it or that the program will hang because it is the programmer's fault (similar to "while 1 {}") .