bool isEmpty(str s)
import String;
true
s
rascal>import String; ok rascal>isEmpty(""); bool: true rascal>isEmpty("abc"); bool: false