1 08/04/86 Pascal general information
 2 
 3 The following is a brief list of help topics concerning Multics
 4 Pascal.  These are in addition to the specific info files for the
 5 pascal compiler and other Pascal-related commands.
 6 
 7 pascal_extensions.gi
 8    gives a brief description of the Multics extensions to ISO standard
 9    Pascal.
10 pascal_limitations.gi
11    lists implementation restrictions and omissions from ISO standard
12    Pascal that are characteristic of the Multics implementation.
13 pascal_separate_comp.gi
14    describes the conversion that takes place when passing arguments
15    to a Pascal program and when calling PL/1 from Pascal, and documents
16    features for importing and exporting variables (making variables
17    externally accessible and accessing external values and procedures).
18 pascal_terminal_io.gi
19    describes how to use Pascal I/O statements for interacting with the
20    terminal.
21 
22 
23 pascal_file_io.gi
24    describes how to read and write Multics files from Pascal.
25 pascal_compile_time.gi
26    documents the use of include files ($include) and various compiler
27    options ($options) for conditional compilation and controlling the
28    compilation listing.
29 pascal_french_keywords.gi
30    lists the French keywords corresponding to English keywords, for
31    use with the -french control argument to the pascal compiler.
32 
33 
34 pascal_implementation.gi.info
35    describes the Multics Pascal implementation, as regards those
36    features listed in the ISO Standard as "implementation defined".
37 pascal_strings.gi.info
38    describes implementation of dynamic strings extension.
39 pascal.changes.gi.info
40    describes changes between Pascal 8.02 and Pascal 8.03.
41 
42 
43 
44