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

_BLUE does not work in CONST #195

Closed
mkilgore opened this issue Sep 26, 2022 · 0 comments · Fixed by #197
Closed

_BLUE does not work in CONST #195

mkilgore opened this issue Sep 26, 2022 · 0 comments · Fixed by #197
Assignees
Labels
bug Something isn't working const-issues

Comments

@mkilgore
Copy link
Contributor

_RED and _GREEN work fine, but trying to use _BLUE produces an error.

I believe the issue is that in EvaluateNumber$ there's special handling for functions with more than one parameter (to allow commas), and _BLUE is missing from that CASE entry. Adding it lets _BLUE work correctly.

@mkilgore mkilgore added the bug Something isn't working label Sep 26, 2022
@mkilgore mkilgore self-assigned this Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working const-issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant