aboutsummaryrefslogtreecommitdiff
path: root/stemlib/unsafe.stem
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-20 17:53:22 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-20 17:53:22 -0800
commit14014d789d36a609d3819a79444696cb435c817c (patch)
tree98207e3f6cb071a9d00eba0ca36e19ddb70466c7 /stemlib/unsafe.stem
parented528f82e180084c7199ae9a1a97eb54f701bdbd (diff)
fix keep by deleting it
Diffstat (limited to 'stemlib/unsafe.stem')
-rw-r--r--stemlib/unsafe.stem10
1 files changed, 10 insertions, 0 deletions
diff --git a/stemlib/unsafe.stem b/stemlib/unsafe.stem
new file mode 100644
index 0000000..dff9baa
--- /dev/null
+++ b/stemlib/unsafe.stem
@@ -0,0 +1,10 @@
+"./stdlib.stem" fread strquote eval
+
+
+unQstack [
+ len len [ dup 1 - dip vat ] swap loop-times
+] def
+
+[ 1 2 3 4 ] unQstack
+?
+