Changes in doc/refrat/refrat.tex [c8771e9:92c0f81]
- File:
-
- 1 edited
-
doc/refrat/refrat.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/refrat/refrat.tex
rc8771e9 r92c0f81 11 11 %% Created On : Wed Apr 6 14:52:25 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Tue Aug 15 18:46:31 201714 %% Update Count : 10 613 %% Last Modified On : Sun Aug 6 10:25:31 2017 14 %% Update Count : 105 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 492 492 493 493 \begin{rationale} 494 The use of ``©?©'' in identifiers means that some C programs are not \CFA programs. 495 For instance, the sequence of characters ``©(i < 0)?--i:i©'' is legal in a C program, but a\CFA compiler detects a syntax error because it treats ``©?--©'' as an identifier, not as the two tokens ``©?©'' and ``©--©''.494 The use of ``©?©'' in identifiers means that some C programs are not \CFA programs. For instance, the sequence of characters ``©(i < 0)?--i:i©'' is legal in a C program, but a 495 \CFA compiler detects a syntax error because it treats ``©?--©'' as an identifier, not as the two tokens ``©?©'' and ``©--©''. 496 496 \end{rationale} 497 497
Note:
See TracChangeset
for help on using the changeset viewer.