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

8 lines
353 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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!")