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 19, 2013
·
1 revision
USAGE
LAST? series
DESCRIPTION
Returns TRUE if the series length is 1.
LAST? is a function value.
ARGUMENTS
series (series! port! map! tuple! bitset! object! gob! any-word!)
#SOURCE
last?: make function! [ [
"Returns TRUE if the series length is 1."
series [series! port! map! tuple! bitset! object! gob! any-word!]
][
1 = length? series
] ]