Shiny Language Reference

Language Reference > Basic Language


direct_pop

direct_pop variable;

 
 

Performs an immediate stack pop of the topmost item into the specified variable

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

Variable

The variable that receives the topmost value in the stack.

 

Return Value

No return value, this is a statement.

 

Example Code

None.