summaryrefslogtreecommitdiff
path: root/docs/syntax/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-03 13:32:57 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-03 13:32:57 -0400
commitaf9a7e5fcd83f3fab09c309e405f580b06dc5179 (patch)
treefc6656d3dbbc5fb96781acdd1e7efb710d918d18 /docs/syntax/index.md
parent8bab3c5a97c035cc8dadfea9b2a9a761cdf7997c (diff)
add syntax page
Diffstat (limited to 'docs/syntax/index.md')
-rw-r--r--docs/syntax/index.md11
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 */
+```