
-----------------------------------
D4rkM4g3
Sat Apr 08, 2006 9:52 pm

Linking two programs
-----------------------------------
I'm in a grade 10 programming course using turing, and we had to design a welcome screen to use with each of our programs. I made an awesome welcome screen (in my opinion anyway), but as it is now, my teacher wants us just to copy the source code for the welcome screen into the beginning of each program. My question is this. Is there a line of code that allows me to call the welcome screen file and tell turing to run it first before it continues with the rest of the program?

-----------------------------------
Tony
Sat Apr 08, 2006 10:12 pm


-----------------------------------
include filename.t

that's an equivalent of pasting the code in the file in place of the line

-----------------------------------
D4rkM4g3
Sat Apr 08, 2006 11:44 pm


-----------------------------------
Awesome, that's exactly what I wanted. Thanks  :D
