Method code for $root.variables()

[Turn off line numbering]
  1: if (!.has_flag('variables, sender()))
  2:     throw(~perm, sender() + " doesn't have permission to find methods on " + this());
  3: return variables();
  4: 
  5: // $#Edited: 03 May 97 20:50 $user_bruce

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

the Cold Dark