Next: x1f4_slip_program, Previous: x1f4_rail_program, Up: Imperative Language Interpreter Functions [Index]
extern int x1f4_side_routine (void **subtext, void *program);
The x1f4_side_routine
function disposes of the step by step execution
context created for the program
step by step execution.
The function returns 0
for success, non zero for failure.
See Imperative Program Execution.
See x1f4_near_routine.