NEST HelpDesk | Command Index | NEST Quick Reference |
empty - Tests if a string or array is empty.Synopsis:
array empty -> array boolExamples:
string empty-> string bool
dict empty -> dict bool
(hello) empty -> (hello) falseDescription:
empty returns true if the supplied string/array isSeeAlso: Source:
of length 0, or the supplied dict has no entries.
/opt/conda/conda-bld/nest_1512418773968/work/nest-2.14.0/lib/sli/typeinit.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative