2
Pascal 4.0 User’s Guide
1
Pascal Compiler
The name of the Pascal compiler is
pc
. If given an argument file name ending
with
.p
or
.pas
,
pc
compiles the file and leaves the result in an executable
file, called
a.out
by default.
Features
Pascal includes many extensions to the standard, including the following:
•
Separate compilation of programs and modules
•
dbx
(symbolic debugger) support
•
Optimizer support
•
Multiple
label
,
const
,
type
, and
var
declarations
•
Variable-length character strings
•
Compile-time initializations
•
static
and
extern
declarations
•
Different sizes of integer and
real
data types
•
Integer constants in any base, from 2 to 16
•
Extended input/output facilities
•
Extended library of built-in functions and procedures
•
Universal and function and procedure pointer types
•
Direction of parameter passing: into a routine, out of a routine, or both
•
Functions that return structured-type results
Note –
For other release-specific information, please refer to the
README
file
that accompanies the product release.
Compatibility
In general, Pascal 4.0 runs in the Solaris 2.x or above operating environment.
This product is not compatible with
/usr/ucblib/libucb.a
on the Solaris
2.x environment.
Содержание SunSoft Pascal 4.0
Страница 14: ...xiv Pascal 4 0 User s Guide ...
Страница 16: ...xvi Pascal 4 0 User s Guide ...
Страница 30: ...6 Pascal 4 0 User s Guide 1 ...
Страница 160: ...136 Pascal 4 0 User s Guide 6 ...
Страница 268: ...244 Pascal 4 0 User s Guide 11 ...
Страница 320: ...296 Pascal 4 0 User s Guide B ...
Страница 331: ...Index 307 ...
Страница 333: ......