len [1, 2,3] is a bit unfortunate, it's even worse for tuple foo (1, 2) vs
foo(1, 2) but it's a price I'm willing to pay if I can make nice macros and DSL
like:
forZip x in a, y in b, z in c:
echo (x + y) * z
Run
- len [0, 1, 2] fails juanv
- Re: len [0, 1, 2] fails Araq
- Re: len [0, 1, 2] fails juanv
- Re: len [0, 1, 2] fails SolitudeSF
- Re: len [0, 1, 2] fails tim_st
- Re: len [0, 1, 2] fails cblake
- Re: len [0, 1, 2] fails moerm
- Re: len [0, 1, 2] fails ryukoposting
- Re: len [0, 1, 2] fails mratsim
- Re: len [0, 1, 2] fails frustratedHacker
- Re: len [0, 1, 2] fails Araq
