using IwbZero.Expr; namespace IwbZero.ExprFunctions { public interface IIwbFunction { string Invoke(ExprObject exprObj); } }