diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-07 22:48:35 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-07 22:48:35 -0800 |
commit | 22eb9a274386c7fbc5cdee2b86f621c44fd823e2 (patch) | |
tree | a215e21bf18d75914b9edd568a0da6a8b49ac2d0 /examples/stdlib.stem | |
parent | 5907934e467bf28291901ed3595125ef1ed724d9 (diff) |
forgot what i did lol
Diffstat (limited to 'examples/stdlib.stem')
-rw-r--r-- | examples/stdlib.stem | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/stdlib.stem b/examples/stdlib.stem new file mode 100644 index 0000000..eca48c8 --- /dev/null +++ b/examples/stdlib.stem @@ -0,0 +1,2 @@ +evalstr [ strquote eval ] func +include [ fread evalstr ] func |