- Timestamp:
- Oct 19, 2016, 10:32:04 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 315f634, fe7b281
- Parents:
- c2183a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
rc2183a3 r9059213 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Sun Aug 14 08:23:06201614 %% Update Count : 132 313 %% Last Modified On : Thu Sep 29 11:50:28 2016 14 %% Update Count : 1325 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 33 33 \usepackage{textcomp} 34 34 \usepackage[latin1]{inputenc} 35 35 36 \usepackage{fullpage,times,comment} 36 37 \usepackage{epic,eepic} … … 1853 1854 case 1: case 2: case 3: ... 1854 1855 \end{lstlisting} 1855 still work .1856 still works. 1856 1857 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 <<<<<<< HEAD1858 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 =======1860 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 ©fallthrough©/©fallthru©, e.g.: 1861 >>>>>>> 080615890f586cb9954c252b55cab47f52c257581862 1859 \begin{lstlisting} 1863 1860 ®choose® ( i ) {
Note: See TracChangeset
for help on using the changeset viewer.