; Include Example ; --------------- ; Include pastes another .bb file into this one at compile time. ; include_example.bb defines the IncludedMessage$() function used below. Include "include_example.bb" Print IncludedMessage$() Print "" Print "Press any key to close the example" WaitKey End