Returns a list of all existing references to astructure.
You cannot delete a structure that is currently referenced.
If you want to delete a structure that is referenced, you can either:
x = {struct1, a:float(0)} PRINT, structref(x)
procedure $MAIN$, symbol X
For more information on structures, see Working with Structures in Chapter 6 of the PV-WAVE Programmer's Guide.