Skip to content

Commit c428a40

Browse files
author
Fortran
committed
Deploying to gh-pages from @ e130da0 🚀
1 parent 542c0e4 commit c428a40

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ print form, q
6161
```
6262

6363
or as an asterisk this is a type of I/O known as *list-directed* I/O
64-
(see [below](list-directed-i-o),
64+
(see
65+
[below](list-directed-i-o)),
6566
in which the format is defined by the computer system:
6667

6768
```f90
@@ -224,7 +225,9 @@ list-directed I/O.
224225
It is possible to specify that an edit descriptor be repeated a
225226
specified number of times, using a *repeat count*: `10f12.3`
226227

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

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,8 @@ <h2>Formatted input/output<a class="headerlink" href="#formatted-input-output" t
734734
</pre></div>
735735
</div>
736736
<p>or as an asterisk this is a type of I/O known as <em>list-directed</em> I/O
737-
(see <a class="reference internal" href="#list-directed-i-o"><span class="xref myst">below</span></a>,
737+
(see
738+
<a class="reference internal" href="#list-directed-i-o"><span class="xref myst">below</span></a>),
738739
in which the format is defined by the computer system:</p>
739740
<div class="highlight-f90 notranslate"><div class="highlight"><pre><span></span><span class="k">print</span><span class="w"> </span><span class="o">*</span><span class="p">,</span><span class="w"> </span><span class="s2">&quot;Square-root of q = &quot;</span><span class="p">,</span><span class="w"> </span><span class="nb">sqrt</span><span class="p">(</span><span class="n">q</span><span class="p">)</span>
740741
</pre></div>
@@ -869,7 +870,9 @@ <h2>Non-advancing I/O<a class="headerlink" href="#non-advancing-i-o" title="Link
869870
<h2>Edit descriptors<a class="headerlink" href="#edit-descriptors" title="Link to this heading">#</a></h2>
870871
<p>It is possible to specify that an edit descriptor be repeated a
871872
specified number of times, using a <em>repeat count</em>: <code class="docutils literal notranslate"><span class="pre">10f12.3</span></code></p>
872-
<p>The slash edit descriptor (see below) may have a great count, and
873+
<p>The slash edit descriptor (see
874+
<a class="reference internal" href="#control-edit-descriptors"><span class="xref myst">Control edit descriptors</span></a>
875+
below) may have a great count, and
873876
a repeat count can also apply to a group of edit descriptors,
874877
enclosed in parentheses, with nesting:</p>
875878
<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>

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:36:55.311468+00:00</updated>
5+
<updated>2025-04-24T11:48:48.263139+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>

0 commit comments

Comments
 (0)