8000 Quoting Infix Operators After An Evaluative Argument · Issue #1156 · metaeducation/ren-c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Quoting Infix Operators After An Evaluative Argument #1156
Open
@hostilefork

Description

@hostilefork

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0