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

problem with nested calls #21

Closed
choltreppe opened this issue Jun 9, 2022 · 1 comment
Closed

problem with nested calls #21

choltreppe opened this issue Jun 9, 2022 · 1 comment
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@choltreppe
Copy link

I have the following code:

echo:
  @[@[1,2],@[3,4]].pairs |>
    map[ia,a](
      a.pairs |>
        map[ib,_]($(ia==ib)).
        strJoin()).
    strJoin()

result: truetruetruetrue
and the indicies schoudnt be all the same

@hamidb80 hamidb80 added bug Something isn't working invalid This doesn't seem right labels Jun 9, 2022
@hamidb80 hamidb80 self-assigned this Jun 9, 2022
@hamidb80 hamidb80 pinned this issue Jun 9, 2022
@hamidb80
Copy link
Owner

hamidb80 commented Jun 9, 2022

Fixed! thanks for reporting the issue! ❤️

@hamidb80 hamidb80 unpinned this issue Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants