Code: Select all
Structure a
b.l
*c.l
EndStructure
var.a
*var\c=2On the other hand; does *v.tru means that *v.tru is a variable pointer which is intended to point to a tru structure? Or in fact it is the same to define it as *v.tru or *v.l ? What's the difference?
