9 lines
204 B
APL
9 lines
204 B
APL
|
|
⍝⍝ GNU APL
|
|||
|
|
]help ⍬
|
|||
|
|
niladic function: Z ← ⍬ (Zilde)
|
|||
|
|
Zilde is the empty numeric vector (aka. ⍳0)
|
|||
|
|
Not a function but rather an alias for the empty
|
|||
|
|
vector:
|
|||
|
|
⍬≡⍳0
|
|||
|
|
1
|