27.1.5.9 Instruction endsc

Synopsys:

endsc

End the styling class whose name is found on the stack. This class should have been previously began by a ‘begsc’ instruction.

If the specified class is not currently being used, this function pushes int<32>0 on the stack. Otherwise it pushes int<32>1.

Stack: ( STR -- INT )