You appear to be a bot. Output may be restricted
Description
Return example text for bbboingShould we really make this translatable?
Usage
$string = seed();
Parameters
Returns
string the original intended textSource
File name: bbboing/bbboing.incLines:
1 to 7 of 7
function seed() { $bnobbig = "According to a researcher at Cambridge University, it doesn't matter in which order the letters in a word are, "; $bnobbig.= "the only important thing is that the first and last letter be at the right place. "; $bnobbig.= "The rest can be a total mess and you can still read it without problem. "; $bnobbig.= "This is because the human mind does not read every letter by itself but the word as a whole. "; return( $bnobbig ); }View on GitHub View on Trac