Skip to content

Commit

Permalink
add anchor for condx and return
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-mattei committed Jul 29, 2024
1 parent ad8d716 commit 2d856ca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Scheme+io.html
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,11 @@ <h2>10<u>.Advanced examples:</u><br>
<br>
<p><b>(subset-sum-guile&nbsp; L-init t-init)</b></p>
<p><b>#t</b><br>
<br>
</p>
<br>
</p>

<a name="condx"></a>

<p style="text-align: center;">note: in the example above condx
is a macro that allow execution of arbitrary code between
conditionals clauses,general syntax is:</p>
Expand Down Expand Up @@ -1082,8 +1085,10 @@ <h2>10<u>.Advanced examples:</u><br>
<p style="text-align: left;">This example mix many Scheme+ Style
and illustrate the use of <b>return </b>in a Python/C++
style:</p>
<p style="text-align: left;"><br>
</p>
<p style="text-align: left;"><br></p>

<a name="return"></a>

<figure class="highlight">
<pre><code class="language-scheme" data-lang="scheme"><span class="o"></span>

Expand Down

0 comments on commit 2d856ca

Please sign in to comment.