Method code for $tag.append_arg()

[Turn on line numbering]
arg self, new;
var args;

args = self[3] + [new];
return (<this(), (self.replace(3, args))>);

// Created 17-Jul-1996 as a part of ColdCore, see: @help Credit

Tlon