From af9a7e5fcd83f3fab09c309e405f580b06dc5179 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 3 May 2026 13:32:57 -0400 Subject: add syntax page --- docs/syntax/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/syntax/index.md (limited to 'docs/syntax/index.md') 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 */ +``` -- cgit v1.2.3