aboutsummaryrefslogtreecommitdiff
path: root/examples/test.scm
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-06-03 00:29:15 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-06-03 00:29:15 +0100
commit678a2abe60261e676ab5b1247bc45fe28480c5af (patch)
tree7cdeda3439f9dfdf946d6a4449b692e96d991f53 /examples/test.scm
parent70aa166624a5377c8dd60854cea967325af8c21b (diff)
downloadoats-678a2abe60261e676ab5b1247bc45fe28480c5af.tar.gz
oats-678a2abe60261e676ab5b1247bc45fe28480c5af.tar.bz2
oats-678a2abe60261e676ab5b1247bc45fe28480c5af.zip
Add some example scripts to test againstmaster
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
+#|
+
+
+
+
+
+
+
+
+
+
+
+
+|#