Launch other B4P programs

Prev Next

Introduction

B4P provides start() to start other B4P programs. Execution of this calling program continues when the B4P program has ended. The include() behaves similarly like start(), but memorizes the loaded program including the defined functions. This features is useful to define and include user specific function libraries which can be re-used in different B4P programs.


Procedures and Functions Provided:


start B4P program:
    start

include libraries, include B4P program, include library:
    include
    get long options