# inc_test. # This is the include. It should be placed in the include sub directory # of your scripts directory in your twx directory. # This is the :test1 label that gets called by the test.ts script. # when called, it acts just like the followin section of code was # pasted into the test.ts script. # :test1 # This can be anything you want here. The following line(s) get # executed when the test.ts script calls the :test1 label # with the gosub :inc_test~test1 # echo "**hello world!!**" # The return here sends the script back to test.ts, just after the # gosub :inc_test~test1 line. # return