Set b to true if the string s is empty, false otherwise
use strict;
my $b = $s eq '';
(def b (nil? s))
b = s.empty();
var b = string.IsNullOrEmpty(s);
final b = s.isEmpty;
b := s == ""
boolean b = s.equals("");
boolean b = s.intern() == "";
b := (s = '');
b = s == ''
b = s.empty?
b = s.is_empty()
No security, no password. Other people might choose the same nickname.