Method code for $sys<$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();

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

Tlon