Skip to content

Commit

Permalink
deploy: f3bda25
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Mar 11, 2024
1 parent 693a33c commit c99efc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@
<body id="table-of-contents">
<header>
<h1 class="title">Cyber Docs</h1>
<div class="sub-title">v0.4-dev 135-ca8df97</div>
<div class="sub-title">v0.4-dev 135-f3bda25</div>
<ul>
<li><a href="https://cyberscript.dev" target="_blank" rel="noopener">Homepage</a></li>
<li><a href="https://cyberscript.dev/play.html" target="_blank" rel="noopener">Playground</a></li>
Expand Down Expand Up @@ -3761,7 +3761,7 @@ <h2 id="recent-type-inference">Recent type inference. <a href="#recent-type-infe
<a href="#dynamic-typing">^topic</a>
<h2 id="assign-to-var">Assign to <code>var</code>. <a href="#assign-to-var">#</a></h2>
<p><code>var</code> declarations are strictly for static typing. If the assigned value's type is <code>dynamic</code>, the variable's type becomes <code>any</code>.</p>
<pre><code class="language-cy">func getValue():
<pre><code class="language-cy">my getValue():
return ['a', 'list']

-- Initialized as an `any` variable.
Expand Down

0 comments on commit c99efc7

Please sign in to comment.