summaryrefslogtreecommitdiff
path: root/runtime/stdlib.apl
blob: 24b7e5e6e93a76a2cb4c88c9f214f4cc81ecc8df (plain) (blame)
1
2
3
4
5
6
7
8
⍝ All things in here have global scope and can be changed at any time
SEND←⍈
RECV←⍇

IF←{
	⍵:⍶ ⍬
	⍬
}