newtag(3) — Silicon Graphics Beta Release
NAME
newtag - creates a new tag in an object
SPECIFICATION
C
newtag(newtag, oldtag, offset)
Tag newtag, oldtag;
long offset;
FORTRAN
subroutine newtag(newtag, oldtag, offset)
integer*4 newtag, oldtag, offset
Pascal
procedure newtag(newtag, oldtag: Tag; offset: longint);
DESCRIPTION
newtag creates a new tag offset positions beyond oldtag.
SEE ALSO
maketag
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985