summaryrefslogtreecommitdiff
path: root/test/bits.lorth
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-08-16 10:09:45 +0300
committermRnea <akannemre@gmail.com>2024-08-16 10:09:45 +0300
commite90d1248920b50e5f8c25ab406a9095e3f6a2358 (patch)
tree298141c8cfabc515c37d2dd7996d8590b711698b /test/bits.lorth
parent68947d00aa6666d6e4daed6a0f75009c9bf3048d (diff)
changed project name from cl-forth to kurt
Diffstat (limited to 'test/bits.lorth')
-rw-r--r--test/bits.lorth15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/bits.lorth b/test/bits.lorth
deleted file mode 100644
index 77be5b0..0000000
--- a/test/bits.lorth
+++ /dev/null
@@ -1,15 +0,0 @@
-;;; test
-;;; (format nil "~{~a~%~}" (append '(0 1 2)
-;;; '(7 3 5)
-;;; '(4 32 12)))
-1 2 & dump
-1 1 & dump
-3 2 & dump
-
-1 2 4 | | dump
-3 1 | dump
-5 5 | dump
-
-32 3 >> dump
-1 5 << dump
-3 2 << dump \ No newline at end of file