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
Package: struct