Update index.html

This commit is contained in:
2025-09-24 07:54:13 -07:00
committed by GitHub
parent fba101d83f
commit 23e1973b8b

View File

@@ -94,8 +94,8 @@ version: 1.0 // Declaration and initialization
version = 1.1 // Assignment
\`\`\`
## The Block: Unifying Objects and Functions
The **Block** (\`{}\`) is Hi's foundational structure, unifying data objects and executable functions. It is a sequence of expressions that can be invoked with \`()\`.
## The Block: Unifying Objects, Functions, and Classes
The **Block** (\`{}\`) is Hi's foundational structure, unifying data objects and executable functions. Each Hi file itself is a block too. It is a sequence of expressions that can be invoked with \`()\`.
### As a Data Structure (Object)
A block can hold \`key: value\` pairs. A \`#\` prefix denotes a private property.