You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The #COND(...) or #BED(...) operator is not implemented properly. E.g. #BED(Baum, sa) throws an error Early closing parenthesis. Possibly lacking arguments for operator., indicating more parameters are expected. The problem is that Koral expects an additional space preceding the comma, so #BED(Baum , sa) works.
The text was updated successfully, but these errors were encountered:
Fix #70 first!
The
#COND(...)
or#BED(...)
operator is not implemented properly. E.g.#BED(Baum, sa)
throws an errorEarly closing parenthesis. Possibly lacking arguments for operator.
, indicating more parameters are expected. The problem is that Koral expects an additional space preceding the comma, so#BED(Baum , sa)
works.The text was updated successfully, but these errors were encountered: