strings-and-runes: added comments, output and listed in examples

This commit is contained in:
Eli Bendersky
2022-02-05 07:08:26 -08:00
parent ff399c7001
commit b2057ccfd2
9 changed files with 388 additions and 48 deletions

4
public/pointers generated
View File

@@ -14,7 +14,7 @@
if (e.key == "ArrowRight") {
window.location.href = 'structs';
window.location.href = 'strings-and-runes';
}
}
@@ -179,7 +179,7 @@ the memory address for that variable.</p>
<p class="next">
Next example: <a href="structs">Structs</a>.
Next example: <a href="strings-and-runes">Strings and Runes</a>.
</p>