Handbook
Glossary
string-array? ( object -- ? )
Vocabulary
ui
.
gadgets
.
labels
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
string-array
class.
Definition
USING:
arrays
kernel
sequences
strings
;
IN:
ui.gadgets.labels.private
:
string-array?
( object -- ? )
dup
array?
[
[
string?
]
all?
]
[
drop
f
]
if
;