1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/indoc/Tests/Targets/osx_app-Ideal/doc3.html
2019-02-05 00:44:07 +00:00

162 lines
7.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="indoc_IM.css" rel="stylesheet" type="text/css">
<!--Generated by indoc on 28 Apr 2016-->
<title>2.1. Bingley</title>
<script type="text/javascript">
function showExtra(id, imid) {
if (document.getElementById(id).style.display == 'block') {
document.getElementById(id).style.display = 'none';
document.getElementById(imid).src = 'inform:/doc_images/extra.png';
} else {
document.getElementById(id).style.display = 'block';
document.getElementById(imid).src = 'inform:/doc_images/extraclose.png';
}
}
function onLoaded() {
if (window.location.hash) {
var hash = window.location.hash.substring(2);
if (hash.search("_") >= 0) {
var res = hash.split("_");
showExample("example"+res[1]);
} else {
showExample("example"+hash);
}
}
}
window.onload=onLoaded;
function showExample(id) {
if (document.getElementById(id).style.display == 'block') {
document.getElementById(id).style.display = 'none';
} else {
document.getElementById(id).style.display = 'block';
}
}
function openExtra(id, imid) {
document.getElementById(id).style.display = 'block';
document.getElementById(imid).src = 'inform:/doc_images/extraclose.png';
}
function closeExtra(id, imid) {
document.getElementById(id).style.display = 'none';
document.getElementById(imid).src = 'inform:/doc_images/extra.png';
}
</script>
</head>
<body class="paper papertint">
<script type="text/javascript">
function pasteCode(code) {
var myProject = window.Project;
myProject.selectView('source');
myProject.pasteCode(code);
}
</script>
<script type="text/javascript">
function createNewProject(code, title) {
var myProject = window.Project;
myProject.createNewProject(title, code);
}
</script>
<!--SEARCH TITLE "Bingley"-->
<!--SEARCH SECTION "2.1"-->
<!--SEARCH SORT "000-002-001-000"-->
<div class="bookheader">
<table class="fullwidth midnightblack">
<tr>
<td class="midnightbannerleftcell">
<a href="doc2.html" class="standardlink"><img alt="Hookleft.png" src="inform:/doc_images/Hookleft.png" id="hookleft"></a>
</td>
<td class="midnightbannercentrecell">
<a href="index.html" class="standardlink"><span class="midnightbannertext">Chapter 2: Waiting</span></a>
</td>
<td class="midnightbannerrightcell">
<a href="index.html" class="standardlink"><img alt="Hookup.png" src="inform:/doc_images/Hookup.png" id="hookup"></a>
</td>
</tr>
</table>
</div>
<p class="sectionheading">§2.1. Bingley</p>
<p>Mr. Bennet was among the earliest of those who waited on Mr. Bingley. He had always intended to visit him, though to the last always assuring his wife that he should not go; and till the evening after the visit was paid she had no knowledge of it. It was then disclosed in the following manner. Observing his second daughter employed in trimming a hat, he suddenly addressed her with:</p>
<p>&quot;I hope Mr. Bingley will like it, Lizzy.&quot;</p>
<!--START PHRASE "defn1"-->
<div class="definition">
<a id="defn1"></a><p class='defnprototype'><b></b>(phrase nothing -&gt; value)<b> applied ... value</b></p>
<!--END PHRASE-->
<!--definition of ph_applied0-->
<p> This phrase produces the result of applying the given phrase, which must be one which takes no values itself.</p>
<!--end definition-->
</div>
<!--START PHRASE "defn2"-->
<div class="definition">
<a id="defn2"></a><p class='defnprototype'><b></b>(phrase value -&gt; value)<b> applied to </b>(value)<b> ... value</b></p>
<!--END PHRASE-->
<!--definition of ph_applied1-->
<p> This phrase produces the result of applying the given phrase, which must be one which takes one value itself.</p>
<!--end definition-->
</div>
<!--START PHRASE "defn3"-->
<div class="definition">
<a id="defn3"></a><p class='defnprototype'><b></b>(phrase (value, value) -&gt; value)<b> applied to </b>(value)<b> and </b>(value)<b> ... value</b></p>
<!--END PHRASE-->
<!--definition of ph_applied2-->
<p> This phrase produces the result of applying the given phrase, which must be one which takes two values itself.</p>
<!--end definition-->
</div>
<!--START PHRASE "defn4"-->
<div class="definition">
<a id="defn4"></a><p class='defnprototype'><b></b>(phrase (value, value, value) -&gt; value)<b> applied to </b>(value)<b> and </b>(value)<b> and </b>(value)<b> ... value</b></p>
<!--END PHRASE-->
<!--definition of ph_applied3-->
<p> This phrase produces the result of applying the given phrase, which must be one which takes three values itself.</p>
<!--end definition-->
</div>
<p>&quot;We are not in a way to know _what_ Mr. Bingley likes,&quot; said her mother resentfully, &quot;since we are not to visit.&quot;</p>
<p>&quot;But you forget, mamma,&quot; said Elizabeth, &quot;that we shall meet him at the assemblies, and that Mrs. Long promised to introduce him.&quot;</p>
<p>&quot;I do not believe Mrs. Long will do any such thing. She has two nieces of her own. She is a selfish, hypocritical woman, and I have no opinion of her.&quot;</p>
<p>&quot;No more have I,&quot; said Mr. Bennet; &quot;and I am glad to find that you do not depend on her serving you.&quot;</p>
<p>Mrs. Bennet deigned not to make any reply, but, unable to contain herself, began scolding one of her daughters.</p>
<p>&quot;Don't keep coughing so, Kitty, for Heaven's sake! Have a little compassion on my nerves. You tear them to pieces.&quot;</p>
<p>&quot;Kitty has no discretion in her coughs,&quot; said her father; &quot;she times them ill.&quot;</p>
<p>&quot;I do not cough for my own amusement,&quot; replied Kitty fretfully. &quot;When is your next ball to be, Lizzy?&quot;</p>
<p>&quot;To-morrow fortnight.&quot;</p>
<hr>
<!--START IGNORE-->
<div class="bookfooter">
<table class="fullwidth">
<tr>
<td class="footerprevious">
<a href="doc2.html" class="footerlink">Previous</a>
</td>
<td class="footercontents">
<a href="index.html" class="footerlink">Contents</a>
</td>
<td class="footernext">
<span class="footernonlink">End</span>
</td>
</tr>
</table>
</div>
<!--END IGNORE-->
</body>
</html>