diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-03 13:32:57 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-03 13:32:57 -0400 |
| commit | af9a7e5fcd83f3fab09c309e405f580b06dc5179 (patch) | |
| tree | fc6656d3dbbc5fb96781acdd1e7efb710d918d18 /docs/syntax/index.md | |
| parent | 8bab3c5a97c035cc8dadfea9b2a9a761cdf7997c (diff) | |
add syntax page
Diffstat (limited to 'docs/syntax/index.md')
| -rw-r--r-- | docs/syntax/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/syntax/index.md b/docs/syntax/index.md new file mode 100644 index 0000000..4e9e898 --- /dev/null +++ b/docs/syntax/index.md @@ -0,0 +1,11 @@ +# Syntax + +--- + +## Comments + +``` +// This is a comment until the end of the line + +/* Comment block */ +``` |
