doc: update docs and sample files

This commit is contained in:
2026-01-19 14:20:04 +00:00
parent db1eba08b8
commit fb09facdda
18 changed files with 2516 additions and 268 deletions

View File

@@ -1,4 +1,9 @@
var x = 2 + 3.
var y = x.
var z.
var (x, y) = (3, 4).
x = 3.
y = 0.
if x > 10 then
y = 4
else
y = 2
end