Method code for $english_lib.selector_word_default()

[Turn off line numbering]
  1: arg word, place;
  2: var tmp, item;
  3: 
  4: if (word in ["everyone", "everybody"])
  5:     return place.contents().mfilter('has_ancestor, $body);
  6: else
  7:     return word in selector_words && [get_var(tosym(word))] || [];

["// Created 11-Nov-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark