if (is_same_variable(exp, variable)) { return 1; } else { return 0; }
return +is_same_variable(exp, variable)