Next: x1f4_stat_shuffle, Previous: x1f4_side_shuffle, Up: Procedural Language Interpreter Functions
extern int x1f4_slip_shuffle (void *subtext, void *context);
The x1f4_slip_shuffle
function executes the next instruction of the
program for which the subtext
step by step execution context was created
in the context
execution context.
See Procedural Program Execution.
See x1f4_head_shuffle.
See x1f4_tail_shuffle.
If successful, the function returns 0
. Non zero is returned for
failure.
Note that program execution logic defines no failure conditions other than memory allocation failure and expression evaluation failure, the later defining in turn no failure conditions other than function or operator evaluation failure.
See Functions.
See struct x1f4_function_type.
See struct x1f4_operator_type.
The context
evaluation context is passed as the first argument to
function and operator logic evaluation routines. It is otherwise not
interpreted.