Syntax
i = struct.link.delete(p) Delete the structural link. The return value is ignored. Returns:i - the integer 0 Arguments:p - a pointer to a structural link, which will be invalidated (and set to null) after deletion
Delete the structural link. The return value is ignored.