aboutsummaryrefslogtreecommitdiff
path: root/examples/test.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test.scm')
-rw-r--r--examples/test.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/test.scm b/examples/test.scm
new file mode 100644
index 0000000..9717e03
--- /dev/null
+++ b/examples/test.scm
@@ -0,0 +1,26 @@
+;; a comment at the start
+( ; another comment here
+ print #|
+ Another comment here
+ |#
+
+ ;; a comment here
+ "Hello, world! " ; maybe comments here
+ NIL
+ )
+;; comments here comments here comments here comments here comments here
+;; comments here comments here comments here comments here
+#|
+
+
+
+
+
+
+
+
+
+
+
+
+|#