Method code for $code_lib.random_quote()

[Turn on line numbering]
var which;

which = random(quotes.length());
if (which)
    return quotes[which];
return [];

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon