Skip to content

Commit

Permalink
added info to website
Browse files Browse the repository at this point in the history
  • Loading branch information
jpyamamoto committed Oct 21, 2023
1 parent e8dc317 commit b303afe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions alonzo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ <h2>Intérpretes</h2>

<p>Las secciones de código entre <code>{--</code> y <code>--}</code> se consideran comentarios, y son ignoradas por el intérprete. De igual manera, las secciones de código que comienzan con <code>--</code> son comentarios hasta el final de línea.</p>

<p>Para interactuar con el código, tenemos disponibles las siguientes dos instrucciones:</p>
<ul>
<li><code>:e &lt;term&gt;</code> Evalúa el término <code>&lt;term&gt;</code></li>
<li><code>:t &lt;term&gt;</code> Devuelve el tipo del término <code>&lt;term&gt;</code></li>
</ul>

</section>

<hr />
Expand Down

0 comments on commit b303afe

Please sign in to comment.