struct a1 a2 a3 end; func test(s1,s2,s3,s4,s5,s6) return (s1.a1 * s2.a2) + ( s3.a3 * s4.a1) +( s5.a2 * s6.a3 ); end;