Skip to content

Commit

Permalink
The repl coommand may have a parameter
Browse files Browse the repository at this point in the history
Without parameter, it gives help on REPL commands. Otherwise, it is equivalent
to calling help on its parameter.

    stklos> ,h cadr  (will display the help on cadr)
    stklos> ,h (will display all the REPL commands)
  • Loading branch information
egallesio committed Oct 2, 2023
1 parent 6fa5bb7 commit cf89d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/HTML/stklos-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -14538,7 +14538,7 @@ <h4 id="_system_information">4.13.5. System Information</h4>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code data-lang="scheme"><span class="p">(</span><span class="nf">features</span><span class="p">)</span> <span class="nv">=&gt;</span> <span class="p">(</span><span class="nf">STklos</span> <span class="nv">STklos-2</span><span class="o">.</span><span class="mi">00</span> <span class="nv">exact-complex</span>
<pre class="rouge highlight"><code data-lang="scheme"><span class="p">(</span><span class="nf">features</span><span class="p">)</span> <span class="nv">=&gt;</span> <span class="p">(</span><span class="nf">STklos</span> <span class="nv">STklos-2</span><span class="o">.</span><span class="mf">00.20</span> <span class="nv">exact-complex</span>
<span class="nv">ieee-float</span> <span class="nv">full-unicode</span> <span class="nv">ratios</span> <span class="nv">little-endian</span> <span class="o">...</span><span class="p">)</span></code></pre>
</div>
</div>
Expand Down

0 comments on commit cf89d89

Please sign in to comment.