8000 GROUP!s in MY Repeat Evaluations · Issue #1151 · metaeducation/ren-c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
GROUP!s in MY Repeat Evaluations #1151
Open
@hostilefork

Description

@hostilefork

The current implementation technique of MY means this test fails, because count is 2

count: 0
o: make object! [x: null]
nuller: function [y] [return null]
o.(count: count + 1, first [x]): my nuller
did all [
    o.x = null
    count = 1
]

The GROUP! is executed twice, due to the MACRO-based implementation.

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