% s = tars (foo,bar, ... ) == struct ('foo',foo,'bar',bar,...)
SYNOPSIS
function s = tars(varargin)
DESCRIPTION
% s = tars (foo,bar, ... ) == struct ('foo',foo,'bar',bar,...)
%
% Groups foo, bar, ... into a struct whose fields are 'foo', 'bar' ...
% and such that s.foo == foo, s.bar == bar ...
%
% See also : untar