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

Quoting Infix Operators After An Evaluative Argument #1156

Open
hostilefork opened this issue Nov 12, 2023 · 0 comments
Open

Quoting Infix Operators After An Evaluative Argument #1156

hostilefork opened this issue Nov 12, 2023 · 0 comments

Comments

@hostilefork
Copy link
Member

From Red Gitter.im

"Effectively, for argument N to work as lit-arg or get-arg, we must require argument N-1 to also be either lit-arg or get-arg. Else it can't function as intended."

>> f: func [a 'b] [probe a probe b]

>> f 'z x
z
x
== ~  ; isotope

>> f 'z +
** Script Error: + expects [char! any-scalar! date! binary!]
   for its value1 argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant