This test case:
max(3, 7, 2) == 7
#EXPECT:True
does not work in logics-js but it works in logics-py
The problem seems to be with the max function, because the min function works.
Here is a screenshot with the case in logics-js:

EDIT: The min function is not working correct too.

It seems that only the first value is taken into account
EDIT2: For the max function its the same like the min function, only the first value is taken into account
This test case:
does not work in logics-js but it works in logics-py
The problem seems to be with the max function, because the min function works.
Here is a screenshot with the case in logics-js:

EDIT: The min function is not working correct too.

It seems that only the first value is taken into account
EDIT2: For the max function its the same like the min function, only the first value is taken into account