PL/CT(ID:4056/plc005)for PL/C Terminal Interactive variant of PL/C Related languages
References: in SIGPLAN Notices 11(01) Jan 1976 view details interactively from a terminal. It is completely compatible with normal PL/C -- that is, the source languages accepted by PL/C and PL/CT are identical as are the results of execution. Hence, a program can be developed and tested under PL/CT and subsequently run under normal PL/C. This guide provides only information directly relevant to the CMS version of PL/CT. For additional information on PL/C, see the other references listed when you enter INFORM PLC on CMS. Further, this guide assumes the reader is familiar with CMS; this is not an introduction to CMS. For CMS information, see the documents included in the Computer Center document UICVM CMS System: An Introductory Guide. Extract: Introduction PL/CT permits the user to interact with the program during its execution. Output may be printed on the terminal and input data may be requested from the terminal. The course and rate of execution can be controlled from the terminal. It is also possible to interrupt execution and display and alter the values of variables. However, the source program itself cannot be changed under PL/CT. PL/CT receives a complete program, compiles it, and then executes it in interactive mode. To make any change in the program it is necessary to leave PL/CT, make the change using a text editor (usually XEDIT) and then present the modified program to PL/CT for complete recompilation. in SIGPLAN Notices 11(01) Jan 1976 view details in SIGPLAN Notices 11(01) Jan 1976 view details |