mirror of
https://github.com/hi-language/hi-language.github.io.git
synced 2026-01-14 00:28:05 +00:00
docs: update index.html
This commit is contained in:
@@ -208,10 +208,9 @@ grade: (score >= 90) ? { "A" }
|
|||||||
: { "D" }
|
: { "D" }
|
||||||
_(grade) // Prints "C"
|
_(grade) // Prints "C"
|
||||||
|
|
||||||
// Use as a standalone 'if' for side-effects.
|
// Use for side-effects, like a traditional 'if'.
|
||||||
// The block executes if the condition is true; the return value is discarded.
|
// The return value is discarded.
|
||||||
isReady: !0
|
(grade == "C") ? { _("Passable") }
|
||||||
(isReady) ? { _("System is ready.") }
|
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
||||||
## Data Structures
|
## Data Structures
|
||||||
@@ -442,3 +441,4 @@ To create the initial Hi-to-JS transpiler, the following primitives and built-in
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user