Method code for $tag.append_arg()

[Turn off line numbering]
  1: arg self, new;
  2: var args;
  3: 
  4: args = self[3] + [new];
  5: return (<this(), (self.replace(3, args))>);

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

Tlon