decl string s set s "" if (= s "") out "empty" endl console else out "not empty" endl console end if