Skip to content

Commit

Permalink
missing keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWoollett-Light committed Dec 24, 2023
1 parent f0e94ab commit 42c7a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ <h3>Keywords</h3>
<li><span class="code">out</span>: The return of a function.</li>
<li><span class="code">require</span>: A condition to prove with formal verification at compile-time.</li>
<li><span class="code">assume</span>: A condition assumed to be true at compile-time.</li>
<li><span class="code">sizeof</span>: <a href="https://en.wikipedia.org/wiki/Sizeof">C's <span class="code">sizeof</span></a>.</li>
<li><span class="code">unreachable</span>: Denoates the end of execution, all following statements are unreachable.</li>
</ol>
<h3>Tentative keywords</h3>
<ol>
Expand Down

0 comments on commit 42c7a5d

Please sign in to comment.