source: doc/refrat/keywords.tex @ d96f7c4

Last change on this file since d96f7c4 was d96f7c4, checked in by Peter A. Buhr <pabuhr@…>, 5 days ago

expunge fallthru keyword and replace its usages with fallthrough

  • Property mode set to 100644
File size: 1.3 KB
Line 
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%%
3%% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
4%%
5%% The contents of this file are covered under the licence agreement in the
6%% file "LICENCE" distributed with Cforall.
7%%
8%% keywords.tex --
9%%
10%% Author           : Peter A. Buhr
11%% Created On       : Sun Aug  6 08:17:27 2017
12%% Last Modified By : Peter A. Buhr
13%% Last Modified On : Fri Jan 17 14:45:13 2025
14%% Update Count     : 8
15%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16\begin{tabular}{@{}llllll@{}}
17\begin{tabular}{@{}l@{}}
18©catch©                 \\
19©catchResume©   \\
20©choose©                \\
21©coroutine©             \\
22©disable©               \\
23\end{tabular}
24&
25\begin{tabular}{@{}l@{}}
26©dtype©                 \\
27©enable©                \\
28©exception©             \\
29©fallthrough©   \\
30\end{tabular}
31&
32\begin{tabular}{@{}l@{}}
33©finally©               \\
34©forall©                \\
35©ftype©                 \\
36©monitor©               \\
37©mutex©                 \\
38\end{tabular}
39&
40\begin{tabular}{@{}l@{}}
41©one_t©                 \\
42©otype©                 \\
43©throw©                 \\
44©throwResume©   \\
45©trait©                 \\
46\end{tabular}
47&
48\begin{tabular}{@{}l@{}}
49©try©                   \\
50©ttype©                 \\
51©virtual©               \\
52©waitfor©               \\
53©when©                  \\
54\end{tabular}
55&
56\begin{tabular}{@{}l@{}}
57©with©                  \\
58©zero_t©                \\
59                                \\
60                                \\
61                                \\
62\end{tabular}
63\end{tabular}
64% Local Variables: %
65% tab-width: 4 %
66% fill-column: 100 %
67% compile-command: "make" %
68% End: %
Note: See TracBrowser for help on using the repository browser.