diff options
| author | Julian Hurst <ark@mansus.space> | 2026-03-28 19:17:16 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2026-03-28 19:17:16 +0100 |
| commit | 474c14c92de165516f4302685e3fa8acc3a64f45 (patch) | |
| tree | 6c1315dd6ea19c35f8a15f4ac6179e286e57bce7 /spec/variable-declaration.md | |
| parent | 4f7aa6ba55ace8e81dde90183ed2e17d05bce8e5 (diff) | |
| download | rabbitscript-474c14c92de165516f4302685e3fa8acc3a64f45.tar.gz | |
Add finvoke parsing and interpreting
Diffstat (limited to 'spec/variable-declaration.md')
| -rw-r--r-- | spec/variable-declaration.md | 2 |
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. |
