Workspace_and()

Called by the generic function x AND y when x and y are of type Workspace.

WORKSPACE_AND() w1=Workspace w2=Workspace w1 AND w2

Workspace_and

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_and; PARAMETERS w1=workspace w2=workspace; RESULT wres
	printin	"Operation AND is not defined for workspaces"
ENDPROCEDURE