private static int getyp(object[] o) { return(YDEF.get_type(o)); }
public bool IsType(string s) { int tp = YDEF.get_type(s); return(IsType(tp)); }