Method code for $root.size()

[Turn on line numbering]
arg @args;

[(args ?= 'int)] = args;
switch (args) {
    case 'string:
        return tostr(size());
    case 'english:
        return size().to_english();
    default:
        return size();
}

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

the Cold Dark