Workspace_not()

Called by the generic function NOT x when x is of type Workspace.

WORKSPACE_NOT() w1=Workspace NOT w

Workspace_not

The default procedure definition and the calculation of errors for this procedure is shown below. This function does not have a useful implementation currently. This is really only included for the sake of completeness as the syntax does allow it to be called.

PROCEDURE workspace_not; PARAMETERS w1=workspace; RESULT wres
	printen	"Operation NOT is not defined for workspaces"
ENDPROCEDURE