Skip to content

Commit a12c711

Browse files
committed
fixups - question about font for "main function"
1 parent 7d032bb commit a12c711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7003,7 +7003,7 @@
70037003
\pnum
70047004
\indextext{termination!program}%
70057005
\indextext{\idxcode{main} function!return from}%
7006-
A \keyword{return} statement\iref{stmt.return} in \tcode{main} has the effect of leaving the main
7006+
A \keyword{return} statement\iref{stmt.return} in \tcode{main} has the effect of leaving the main %JMB: Why is the second main here not in code font?
70077007
function (destroying any objects with automatic storage duration
70087008
and evaluating any postcondition assertions of \tcode{main})
70097009
and calling \tcode{std::exit} with the return value as the argument.

0 commit comments

Comments
 (0)