Deployed f964fa8 to master with MkDocs 1.2.4 and mike 1.1.2
This commit is contained in:
@@ -581,8 +581,9 @@
|
||||
<p>Single line comments start with <code>//</code> and block comments are enclosed in <code>/*</code>
|
||||
and <code>*/</code> and can be nested.</p>
|
||||
<h3 id="keywords">Keywords</h3>
|
||||
<div class="highlight"><pre><span></span><code>contract elif else entrypoint false function if import include let mod namespace
|
||||
private payable stateful switch true type record datatype main interface
|
||||
<div class="highlight"><pre><span></span><code>contract include let switch type record datatype if elif else function
|
||||
stateful payable true false mod public entrypoint private indexed namespace
|
||||
interface main using as for hiding
|
||||
</code></pre></div>
|
||||
<h3 id="tokens">Tokens</h3>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user