Next Previous Contents

65. SLdo_pop

Synopsis

Delete an object from the stack

Usage

int SLdo_pop(void)

Description

This function removes an object from the top of the interpeter's run-time stack and frees any memory associated with it. It returns zero upon success, or -1 upon error (most likely due to a stack-underflow).

See Also

SLdo_pop_n, SLang_pop_integer, SLang_pop_string


Next Previous Contents