elena-lang icon indicating copy to clipboard operation
elena-lang copied to clipboard

multiple select statement optimization

Open arakov opened this issue 9 years ago • 2 comments

Try to optimize the following multi-select statement:

    aCode =>
        9 ? [ ^ true. ]
        10 ? [ ^ true. ]
        11 ? [ ^ true. ]
        12 ? [ ^ true. ]
        13 ? [ ^ true. ]
        32 ? [ ^ true. ].

arakov avatar Dec 14 '15 10:12 arakov

Maybe if add a system to support conditions in multi-select?

bencz avatar Dec 17 '15 11:12 bencz

yes, of course

arakov avatar Dec 17 '15 12:12 arakov