RosettaCodeData/Task/Fork/Run-BASIC/fork.basic
2023-07-01 13:44:08 -04:00

7 lines
353 B
Text

run "someProgram.bas",#handle
render #handle ' this runs the program until it waits
' both the parent and child are running
' --------------------------------------------------------
' You can also call a function in the someProgram.bas program.
' For example if it had a DisplayBanner Funciton.
#handle DisplayBanner("Welcome!")