buchanan@utcsri.UUCP (John Buchanan) (03/25/87)
After mucking about with the file named STARTUP.LOG I realized that it is possible to automatically start a procedure from any file. In order to start a procedure edit the LOGO data file in question and at the end add a line that calls the appropriate procedure. For example my STARTUP.LOG file looks something like this. TO STARTUP LOAD "FIRST LOAD "SECOND LOAD "THIRD END STARTUP This is a nice feature that as far as I can see is not documented. I hope that that helps some people out there. It is nice if you are working on a large project. buchanan@csri