summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2026-03-28 19:17:16 +0100
committerJulian Hurst <ark@mansus.space>2026-03-28 19:17:16 +0100
commit474c14c92de165516f4302685e3fa8acc3a64f45 (patch)
tree6c1315dd6ea19c35f8a15f4ac6179e286e57bce7 /spec
parent4f7aa6ba55ace8e81dde90183ed2e17d05bce8e5 (diff)
downloadrabbitscript-474c14c92de165516f4302685e3fa8acc3a64f45.tar.gz
Add finvoke parsing and interpreting
Diffstat (limited to 'spec')
-rw-r--r--spec/variable-declaration.md2
1 files changed, 1 insertions, 1 deletions
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.