Skip to content

Commit

Permalink
deploy: 43ccde3
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Jan 20, 2024
1 parent bcf1e1b commit fecc1ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@
<body id="table-of-contents">
<header>
<h1 class="title">Cyber Docs</h1>
<div class="sub-title">v0.4-dev 20-44a7dc9</div>
<div class="sub-title">v0.4-dev 28-43ccde3</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 @@ -1485,7 +1485,7 @@ <h3 id="string-literal">String literal. <a href="#string-literal">#</a></h3>
<p>Triple double quotes are used to delimit a multi-line literal:</p>
<pre><code class="language-cy">var title = "last"
var doc = """A double quote " doesn't need to be escaped."""
str = """line a
var str = """line a
line "b"
line $(title)
"""
Expand Down Expand Up @@ -3724,7 +3724,7 @@ <h3 id="override-print">Override <code>print</code>. <a href="#override-print">#

int main() {
// ...
csSetPrint(vm, print);
csSetPrinter(vm, print);
// ...
}
</code></pre>
Expand Down

0 comments on commit fecc1ca

Please sign in to comment.