tuple() tuple(a) tuple(a, b) tuple(a, b, c)
struct() struct(a) struct(a, b) struct(a, b, c) Tuples are actually nameless structs, no? -- Michel Fortin [email protected] http://michelf.ca
tuple() tuple(a) tuple(a, b) tuple(a, b, c)
struct() struct(a) struct(a, b) struct(a, b, c) Tuples are actually nameless structs, no? -- Michel Fortin [email protected] http://michelf.ca