Code: Select all
Structure Type
x.f
y.f
z.f
EndStructure
Procedure.Type init(_x.f, _y.f, _z.f)
var.Type
var\x = _x
var\y = _y
var\z = _z
ProcedureReturn var
EndProcedure
other_var.Type
other_var = init(0.0, 0.0, 0.0)
Please adding this feature !

