static S getTextFromSucker(S suckerID) { O sucker = run(suckerID); S text = (S) callOpt(sucker, "getText"); ret text; }