1 NEWFUNCT Create instance of a function, using standard template. This will support Pascal or C functions. $ NEWFUNCT funct-name language Parameters funct-name Name of function. Enclose in double quotes (") to retain case (important for C ). language Programming language (Pascal, C). 2 File_Name This will reduce the funct-name to a 9-character VMS file name (file-name), and create the source file (file-name.type) that is to be compiled, to create and executable (.EXE) file. Language type ------------- ------- Pascal PAS C C