BSFL  0.1.0
Bash Shell Function Library
 All Files Functions Variables Groups
Functions
Stack

Functions

 __stack_push_tmp (item)
 Internal use. More...
 
 stack_pop ()
 Removes the highest item of the stack and puts it in the 'REGISTER' variable. More...
 
 stack_push (item)
 Adds an item on the stack. More...
 

Detailed Description

Function Documentation

__stack_push_tmp ( item  )

Internal use.

Parameters
itemItem to add on the temporary stack.
stack_pop ( )

Removes the highest item of the stack and puts it in the 'REGISTER' variable.

Return values
0if succeed.
1in others cases.
stack_push ( item  )

Adds an item on the stack.

Parameters
itemItem to add on the stack.