8000 Invisible Macros Cause Assert · Issue #1150 · metaeducation/ren-c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Invisible Macros Cause Assert #1150
Open
@hostilefork

Description

@hostilefork
m: macro [invisible [logic!]] [
    if invisible [return []]
    return [<not invisible>]
]

>> 10 m false
== <not invisible>

>> 10 m true
== 10  ; expected result, but it asserts

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