From 474c14c92de165516f4302685e3fa8acc3a64f45 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sat, 28 Mar 2026 19:17:16 +0100 Subject: Add finvoke parsing and interpreting --- spec/variable-declaration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/variable-declaration.md') diff --git a/spec/variable-declaration.md b/spec/variable-declaration.md index 964671a..0f96c4d 100644 --- a/spec/variable-declaration.md +++ b/spec/variable-declaration.md @@ -71,7 +71,7 @@ a=15 Declares a variable `b` with the string value "a string". ``` -s=a string +s="a string" ``` Declares the variable `o` that is an operation resulting in the number value 6. -- cgit v1.2.3