Next: x1f4_stat_shuffle, Previous: x1f4_side_shuffle, Up: Procedural Language Interpreter Functions [Index]
extern int x1f4_slip_shuffle (void *subtext);
The x1f4_slip_shuffle
function executes the next instruction of the
program for which the subtext
step by step execution context was
created.
See Procedural Program Execution.
See x1f4_head_shuffle.
See x1f4_tail_shuffle.
See Step By Step Procedural Program Execution Example.
If successful, the function returns 0
. Non zero is returned for
failure.