summaryrefslogtreecommitdiff
path: root/runtime/stdlib.apl
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stdlib.apl')
-rw-r--r--runtime/stdlib.apl8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/stdlib.apl b/runtime/stdlib.apl
new file mode 100644
index 0000000..24b7e5e
--- /dev/null
+++ b/runtime/stdlib.apl
@@ -0,0 +1,8 @@
+⍝ All things in here have global scope and can be changed at any time
+SEND←⍈
+RECV←⍇
+
+IF←{
+ ⍵:⍶ ⍬
+ ⍬
+} \ No newline at end of file