Method code for $code_lib.random_quote()

[Turn off line numbering]
  1: var which;
  2: 
  3: which = random(quotes.length());
  4: if (which)
  5:     return quotes[which];
  6: return [];

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

Tlon