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

it's impossible to use @ as void attribute of a formation #3768

Closed
yegor256 opened this issue Dec 27, 2024 · 0 comments · Fixed by #3769
Closed

it's impossible to use @ as void attribute of a formation #3768

yegor256 opened this issue Dec 27, 2024 · 0 comments · Fixed by #3769
Assignees

Comments

@yegor256
Copy link
Member

This, in my opinion, is a legit program:

[@] > foo
  [] > hello
    QQ.io.stdout > @
     "Hello, world!"

foo 42 > x

x.plus 5

x.hello

It is similar to this:

[x] > foo
  x > @
  [] > hello
    QQ.io.stdout > @
     "Hello, world!"

However, the first snippet should also be syntactically valid. Currently, it's not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants