From 9391d99259fb1bc47dd90efa39f642b615b3e31e Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:10:36 +0200 Subject: [PATCH] introduction: add a `:` for consistency and readability --- introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction.md b/introduction.md index b655608..6d05b11 100644 --- a/introduction.md +++ b/introduction.md @@ -84,7 +84,7 @@ Save this code to a file and run it with `aspl run file.aspl`.
That's it. You have just written your very first ASPL program! 🎉 ## Comments -ASPL supports two styles of comments +ASPL supports two styles of comments: ### Single-line comments If a line starts with `//`, everything after that is ignored by the ASPL parser and treated as a comment.