From e2ebfbb7d19ff3b990eb51dc9843200053cbbf98 Mon Sep 17 00:00:00 2001 From: glenda Date: Sat, 10 Sep 2022 16:25:05 +0000 Subject: Improve the session a lot --- runtime/stdlib.apl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runtime/stdlib.apl (limited to 'runtime/stdlib.apl') 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 -- cgit v1.2.3