Skip to content

Commit 8f4f383

Browse files
author
Fortran
committed
Deploying to gh-pages from @ e130da0 🚀
1 parent 02271fe commit 8f4f383

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

pr/542/_sources/learn/f95_features/data_transfer.md.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Formatted input/output
44

55
These examples illustrate various forms of I/O lists with some simple
6-
formats (see [below](edit_descriptors)):
6+
formats (see
7+
[Edit descriptors](edit_descriptors)
8+
below):
79

810
```f90
911
integer :: i
@@ -222,11 +224,9 @@ list-directed I/O.
222224
It is possible to specify that an edit descriptor be repeated a
223225
specified number of times, using a *repeat count*: `10f12.3`
224226

225-
The slash edit descriptor (see
226-
[Edit descriptors](control-edit-descriptors)
227-
below) may have a repeat count, and a repeat count can
228-
also apply to a group of edit descriptors, enclosed in parentheses, with
229-
nesting:
227+
The slash edit descriptor (see below) may have a great count, and
228+
a repeat count can also apply to a group of edit descriptors,
229+
enclosed in parentheses, with nesting:
230230

231231
```f90
232232
print "(2(2i5,2f8.2))", i(1),i(2),a(1),a(2), i(3),i(4),a(3),a(4)

pr/542/learn/f95_features/data_transfer/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,9 @@ <h1>Data transfer<a class="headerlink" href="#data-transfer" title="Link to this
690690
<section id="formatted-input-output">
691691
<h2>Formatted input/output<a class="headerlink" href="#formatted-input-output" title="Link to this heading">#</a></h2>
692692
<p>These examples illustrate various forms of I/O lists with some simple
693-
formats (see <a class="reference internal" href="#edit_descriptors"><span class="xref myst">below</span></a>):</p>
693+
formats (see
694+
<a class="reference internal" href="#edit_descriptors"><span class="xref myst">Edit descriptors</span></a>
695+
below):</p>
694696
<div class="highlight-f90 notranslate"><div class="highlight"><pre><span></span><span class="kt">integer</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">i</span>
695697
<span class="kt">real</span><span class="p">,</span><span class="w"> </span><span class="k">dimension</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">a</span>
696698
<span class="kt">character</span><span class="p">(</span><span class="nb">len</span><span class="o">=</span><span class="mi">20</span><span class="p">)</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">word</span>
@@ -867,11 +869,9 @@ <h2>Non-advancing I/O<a class="headerlink" href="#non-advancing-i-o" title="Link
867869
<h2>Edit descriptors<a class="headerlink" href="#edit-descriptors" title="Link to this heading">#</a></h2>
868870
<p>It is possible to specify that an edit descriptor be repeated a
869871
specified number of times, using a <em>repeat count</em>: <code class="docutils literal notranslate"><span class="pre">10f12.3</span></code></p>
870-
<p>The slash edit descriptor (see
871-
<a class="reference internal" href="#control-edit-descriptors"><span class="xref myst">Edit descriptors</span></a>
872-
below) may have a repeat count, and a repeat count can
873-
also apply to a group of edit descriptors, enclosed in parentheses, with
874-
nesting:</p>
872+
<p>The slash edit descriptor (see below) may have a great count, and
873+
a repeat count can also apply to a group of edit descriptors,
874+
enclosed in parentheses, with nesting:</p>
875875
<div class="highlight-f90 notranslate"><div class="highlight"><pre><span></span><span class="k">print</span><span class="w"> </span><span class="s2">&quot;(2(2i5,2f8.2))&quot;</span><span class="p">,</span><span class="w"> </span><span class="n">i</span><span class="p">(</span><span class="mi">1</span><span class="p">),</span><span class="n">i</span><span class="p">(</span><span class="mi">2</span><span class="p">),</span><span class="n">a</span><span class="p">(</span><span class="mi">1</span><span class="p">),</span><span class="n">a</span><span class="p">(</span><span class="mi">2</span><span class="p">),</span><span class="w"> </span><span class="n">i</span><span class="p">(</span><span class="mi">3</span><span class="p">),</span><span class="n">i</span><span class="p">(</span><span class="mi">4</span><span class="p">),</span><span class="n">a</span><span class="p">(</span><span class="mi">3</span><span class="p">),</span><span class="n">a</span><span class="p">(</span><span class="mi">4</span><span class="p">)</span>
876876
</pre></div>
877877
</div>

pr/542/news/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
33
<id>https://fortran-lang.org/en/</id>
44
<title>Blog</title>
5-
<updated>2025-04-24T11:26:30.314835+00:00</updated>
5+
<updated>2025-04-24T11:32:22.796142+00:00</updated>
66
<link href="https://fortran-lang.org/en/"/>
77
<link href="https://fortran-lang.org/en/news/atom.xml" rel="self"/>
88
<generator uri="https://ablog.readthedocs.io/" version="0.11.12">ABlog</generator>

pr/542/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)