Changes in doc/user/user.tex [9059213:bf1a2bf]
- File:
-
- 1 edited
-
doc/user/user.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
r9059213 rbf1a2bf 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Thu Sep 29 11:50:28201614 %% Update Count : 132 513 %% Last Modified On : Sun Aug 14 08:23:06 2016 14 %% Update Count : 1323 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 33 33 \usepackage{textcomp} 34 34 \usepackage[latin1]{inputenc} 35 36 35 \usepackage{fullpage,times,comment} 37 36 \usepackage{epic,eepic} … … 1854 1853 case 1: case 2: case 3: ... 1855 1854 \end{lstlisting} 1856 still work s.1855 still work. 1857 1856 Nevertheless, reversing the default action would have a non-trivial effect on case actions that compound, such as the above example of processing shell arguments. 1857 <<<<<<< HEAD 1858 Therefore, to preserve backwards compatibility, it is necessary to introduce a new kind of ©switch© statement, called ©choose©, with no implicit fall-through semantics and an explicit fall-through if the last statement of a case-clause ends with the new keyword ©fallthru©, \eg: 1859 ======= 1858 1860 Therefore, to preserve backwards compatibility, it is necessary to introduce a new kind of ©switch© statement, called ©choose©, with no implicit fall-through semantics and an explicit fall-through if the last statement of a case-clause ends with the new keyword ©fallthrough©/©fallthru©, e.g.: 1861 >>>>>>> 080615890f586cb9954c252b55cab47f52c25758 1859 1862 \begin{lstlisting} 1860 1863 ®choose® ( i ) {
Note:
See TracChangeset
for help on using the changeset viewer.