Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions xml/chapter1/section1/subsection3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,14 @@
</SCHEME>
<JAVASCRIPT>
<TEXT>
The letters in <JAVASCRIPTINLINE>const</JAVASCRIPTINLINE> are
rendered in bold to indicate that it is a
<PDF_ONLY>
The letters in <JAVASCRIPTINLINE>const</JAVASCRIPTINLINE> are
rendered in bold to indicate that it
</PDF_ONLY>
<WEB_ONLY>
The word <JAVASCRIPTINLINE>const</JAVASCRIPTINLINE>
</WEB_ONLY>
is a
<INDEX>keyword</INDEX>
<EM>keyword</EM> in JavaScript. Keywords carry a
particular meaning, and thus cannot be used as names. A keyword or a
Expand Down