Next: x1f4_text_program, Previous: x1f4_sweep_program, Up: Imperative Language Interpreter Functions
extern int x1f4_tail_program (void *program);
The x1f4_tail_program
function test whether program
program
execution completed and returns 0
if so and non zero otherwise.
See Imperative Program Execution.
See x1f4_head_program.
See x1f4_slip_program.