summaryrefslogtreecommitdiff
path: root/docs/syntax/index.md
diff options
context:
space:
mode:
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 */
+```