RosettaCodeData/Task/Fork/Run-BASIC/fork.run
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07: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!")