You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 15, 2013
·
1 revision
USAGE
EMPTY? series
DESCRIPTION
Returns TRUE if empty or NONE, or for series if index is at or beyond its tail.
EMPTY? is an action value.
ARGUMENTS
series (series! object! gob! port! bitset! map! none!)
#SOURCE
empty?: make action! [ [
{Returns TRUE if empty or NONE, or for series if index is at or beyond its tail.}
series [series! object! gob! port! bitset! map! none!]
] ]