The Wayback Machine - https://web.archive.org/web/20201031201107/https://github.com/hoaproject/Math/issues/66
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combining the Math library with the Rule library #66

Open
albosmart-ro opened this issue Jul 17, 2020 · 0 comments
Open

Combining the Math library with the Rule library #66

albosmart-ro opened this issue Jul 17, 2020 · 0 comments

Comments

@albosmart-ro
Copy link

@albosmart-ro albosmart-ro commented Jul 17, 2020

i will like to combine the Math library with the Rule library is this possible?
Something like a if function

5+3+if(3 > 4, 3,4) +1

or a ternary operator

5+3+4>4?3:4+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.