IS_COMMA
!IS_COMMA (*Str) &&
if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) {
if (IS_COMMA (*Str)) {