package addsymbol
func Symbol(a, b string) (interface{}, error) {
return symbol(a, b), nil
}
func TMPFUNC() {