Method code for $sys<$root>.variables()

[Turn on line numbering]
if (!.has_flag('variables, sender()))
    throw(~perm, sender() + " doesn't have permission to find methods on " + this());
return variables();

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

Tlon