Reference guide for Free Pascal, version 3.2.2
some valid terms: 2 * Pi A Div B (DoItToday=Yes) and (DoItTomorrow=No); Factors are all other constructions: Factors -- factor ( expression ) variable reference function call unsigned constant not resulting from the expression on the right of the := operator, Free Pascal supports some C-style constructions. All available constructs are listed in table (13.1). Table 13.1: Allowed C constructs in Free For these constructs to work, the -Sc command-line switch must be specified. Remark These constructions are just for typing convenience, they don’t generate different code. Here are some examples of0 码力 | 268 页 | 700.37 KB | 1 年前3User’s Guide for Free Pascal, Version 3.2.2
list. Note: Values in enumeration types have to be ascending Free Pascal allows enumeration constructions as in C. Examine the following two declarations: type a = (A_A,A_B,A_E:=6,A_UAS:=200); type a0 码力 | 217 页 | 756.57 KB | 1 年前3
共 2 条
- 1