diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-08 10:03:05 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-08 10:03:05 -0400 |
| commit | dda8ef8f15662e7621251148eb1b1da7a22f199b (patch) | |
| tree | e19492b2f5ac6710e20c53b09d64ce4e4aec7a3e /docs/syntax | |
| parent | f00fe3aaca06fb652ae51f44ce82289a4c3ccd5b (diff) | |
examples with unqiue and operators
Diffstat (limited to 'docs/syntax')
| -rw-r--r-- | docs/syntax/cast.md | 3 | ||||
| -rw-r--r-- | docs/syntax/define.md | 7 | ||||
| -rw-r--r-- | docs/syntax/index.md | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/docs/syntax/cast.md b/docs/syntax/cast.md new file mode 100644 index 0000000..ab8741e --- /dev/null +++ b/docs/syntax/cast.md @@ -0,0 +1,3 @@ +# Cast `$` + +--- diff --git a/docs/syntax/define.md b/docs/syntax/define.md new file mode 100644 index 0000000..1b55660 --- /dev/null +++ b/docs/syntax/define.md @@ -0,0 +1,7 @@ +# Define + +--- + +## Assign `:` + +## Shadow `::` diff --git a/docs/syntax/index.md b/docs/syntax/index.md index cbea641..45bfb37 100644 --- a/docs/syntax/index.md +++ b/docs/syntax/index.md @@ -1,4 +1,4 @@ -# Syntax +# Code --- |
