You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
Oddity from TorQ's loadf
https://github.com/DataIntellectTech/TorQ/pull/150/changes#diff-c19b7cb74dfe97c5ac97c48743ab5ce62ef9f687d0721c71c5862ce9bf77cfb2R463-R470
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. :)