Skip to content

why art thou enlist enlist #765

Description

@ryanhamilton

Oddity from TorQ's loadf
https://github.com/DataIntellectTech/TorQ/pull/150/changes#diff-c19b7cb74dfe97c5ac97c48743ab5ce62ef9f687d0721c71c5862ce9bf77cfb2R463-R470

q)"apple" in ("qwe";"apple";"jhjg")
1b
q)"apple" in ("qwe";"orange";"jhjg")
0b
q)"apple" in enlist each ("qwe";"apple";"jhjg")
0b

The only way for torq to work is for that last line to return 1b
I can't work out why it returns 1b, if you also can't it's probably best to change it to a flat list. :)

Activity

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

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