From 23e1973b8bd91ee7a0b634fe49b4cee1891fcba4 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 24 Sep 2025 07:54:13 -0700 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 10eb3fc..9bdaa7b 100644 --- a/index.html +++ b/index.html @@ -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.