Method code for $root.size()

[Turn off line numbering]
  1: arg @args;
  2: 
  3: [(args ?= 'int)] = args;
  4: switch (args) {
  5:     case 'string:
  6:         return tostr(size());
  7:     case 'english:
  8:         return size().to_english();
  9:     default:
 10:         return size();
 11: }

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

the Cold Dark