empty?1.0

empty? list empty? string

Reports true if the given list or string is empty, false otherwise.

Note: the empty list is written []. The empty string is written "".

Take me to the full NetLogo Dictionary