string_empty

Checks whether the given string is empty.

Input

string

The string to check.

Output

empty

Returns true if the string is empty, or false otherwise.