aboutsummaryrefslogtreecommitdiff
path: root/stemlib
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-20 17:14:40 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-20 17:14:40 -0800
commit24ae9e44d6aa93d7f36746d02cb0401e8a925fde (patch)
tree8b476ee63128ef660b6bf8a3cb6d18a4fdba930a /stemlib
parenta029f736b01fdf566954a8fc91002804869eb444 (diff)
fix segfault
Diffstat (limited to 'stemlib')
-rw-r--r--stemlib/unsafe.stem7
1 files changed, 7 insertions, 0 deletions
diff --git a/stemlib/unsafe.stem b/stemlib/unsafe.stem
new file mode 100644
index 0000000..8c9e43e
--- /dev/null
+++ b/stemlib/unsafe.stem
@@ -0,0 +1,7 @@
+"./stdlib.stem" fread strquote eval
+
+unQstack [ map [ len vat ] ] func
+
+[ 1 2 3 4 ] unQstack
+?
+