Empty Array? Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Returns TRUE if the input array is empty. Otherwise, this function returns FALSE.

Inputs/Outputs
array
—
array specifies an n-dimensional array of any type.
empty?
—
empty? is TRUE if array is empty. Otherwise, empty? is FALSE. |
array
—
empty?
—