|
BSFL
0.1.0
Bash Shell Function Library
|
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... | |
| __stack_push_tmp | ( | item | ) |
Internal use.
| item | Item to add on the temporary stack. |
| stack_pop | ( | ) |
Removes the highest item of the stack and puts it in the 'REGISTER' variable.
| 0 | if succeed. |
| 1 | in others cases. |
| stack_push | ( | item | ) |
Adds an item on the stack.
| item | Item to add on the stack. |
1.8.6