3.2.12. Execute the BASIC Program

[<<<] [>>>]

This is the step that all the previous steps were done. This function call to scriba_Run() executes the program.

  if( iError=scriba_Run(pProgram,CmdLinBuffer) ){
 report_report(stderr,"",0,iError,REPORT_ERROR,&iErrorCounter,NULL,&fErrorFlags);
    ERREXIT;
    }

[<<<] [>>>]