Computer Science Canada

.tu files

Author:  jrok311 [ Sun Apr 03, 2005 11:36 am ]
Post subject:  .tu files

How do I connect part of my code in a .tu file with the rest of my project?

Author:  Delos [ Sun Apr 03, 2005 12:44 pm ]
Post subject: 

First, you need the keyword 'unit' at the beginning of the .tu file.
In your other file, use the 'include' command.
See this for an example.


: