Shiny Language Reference

Language Reference > Basic Language


direct_discardtop

direct_discardtop;

 
 

Performs an immediate stack discard of the topmost item

This statement is not intended for general use. It is included for future compatibility as well as debugging purposes. Under normal circumstances there is no requirement to use this statement in a standard plugin.

You should only use this statement when required to by documentation, an extension function, or Brass tech support. In those cases examples and explanations will be provided.

No balancing of the stack is performed therefore this statement can cause severe problems in your plugin if used incorrectly.

 

Parameters

None

 

Return Value

No return value, this is a statement.

 

Example Code

None.