You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*! version 1.0.0 May 7, 2002 @ 09:38:50*! pushes a new head onto a double-quoted, space delimited list, returns the listprogram define _push , sclassversion 7 sreturn clear local head "`1'" mac shift local list `"`"`head'"'"' local cnt 1 while `"``cnt''"'!="" { local list `"`list' `"``cnt''"'"' local cnt = `cnt' + 1 } sreturn local list `"`list'"'end