Struct access

a: structだとすると、nameというfieldを持っていた場合には

 

a(1).name

 

のようにアクセスする。

 

a.name(1)

 

ではない。