ALIST : A ARENA program lister Alist allows you to list a robot source file to the screen, file, or printer. To use Alist, follow the following syntax: ALIST [] Where filename is the name of the CASM source file that you wish to list, and output is the name of the output device you wish it to go to: OUTPUT= CON or CON: : Output to the screen. PRN or PRN: : Output to printer. AUX or AUX: : Output to serial port. : Output to a file. Just typing Alist, without any parameters, causes the program to ask for a source file, and put output to the screen. Typing just a filename will cause the default output to go to the screen. ex. ALIST random prn (List the file "random.cyb" to the printer.) ALIST random (List to the screen.) ALIST (Will ask for a file, and output to the screen.) ALIST random random (Will output to the file "random.lst.") Richard Brown.