RosettaCodeData/Task/Null-object/APL/null-object.apl

9 lines
204 B
APL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
⍝⍝ 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