RosettaCodeData/Task/Fork/Run-BASIC/fork.run

8 lines
353 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
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!")