Turn clipping on or off. Non-zero is considered on. Note: on some devices turning clipping off may not be a good idea.
Fortran:
subroutine clipping(onoff)
logical onoff
C:
clipping(onoff)
int onoff;
Pascal:
procedure Clipping(onoff: boolean)