home account info subscribe login search My ITKnowledge FAQ/help site map contact us


 
Brief Full
 Advanced
      Search
 Search Tips
To access the contents, click the chapter and section titles.

Learn Pascal in a Three Days (2nd Ed.)
(Publisher: Wordware Publishing, Inc.)
Author(s):
ISBN: 1556225679
Publication Date: 07/01/97

Bookmark It

Search this book:
 
Table of Contents


Appendix B
Reserved Words and Standard Identifiers

Reserved Words

AND FUNCTION RECORD
ARRAY GOTO REPEAT
BEGIN IF SET
CASE IN THEN
CONST LABEL TO
DIV MOD TYPE
DO NIL UNTIL
DOWNTO NOT VAR
ELSE OF WHILE
END OR WITH
FILE PACKED
FOR PROCEDURE
FORWARD PROGRAM

Additional words reserved in Turbo Pascal:

ABSOLUTE INTERRUPT USES
EXTERNAL SHL XOR
IMPLEMENTATION SHR
INLINE STRING
INTERFACE UNIT

Standard Identifiers

CONSTANTS
FALSE MAXINT TRUE

TYPES
BOOLEAN INTEGER TEXT
CHAR REAL

FILES
INPUT OUTPUT

FUNCTIONS
ABS EXP SIN
ARCTAN LN SQR
CHR ODD SQRT
COS ORD SUCC
EOF PRED TRUNC
EOLN ROUND

PROCEDURES
DISPOSE PUT UNPACK
GET READ WRITE
NEW READLN WRITELN
PACK RESET
PAGE REWRITE

Additional identifiers predefined in Turbo Pascal

CONSTANTS
MAXLONGINT PI

TYPES
BYTE EXTENDED SINGLE
COMP LONGINT WORD
DOUBLE SHORTINT

FUNCTIONS (discussed in this book)
CONCAT LENGTH POS
COPY PI RANDOM

PROCEDURES (discussed in this book)
APPEND CLOSE EXIT
ASSIGN DELETE INSERT


NOTE:  The standard procedures GET, PUT, PACK, UNPACK, and PAGE are not defined in Turbo Pascal.


Table of Contents


Products |  Contact Us |  About Us |  Privacy  |  Ad Info  |  Home

Use of this site is subject to certain Terms & Conditions, Copyright © 1996-2000 EarthWeb Inc.
All rights reserved. Reproduction whole or in part in any form or medium without express written permission of EarthWeb is prohibited. Read EarthWeb's privacy statement.