elena-lang
elena-lang copied to clipboard
multiple select statement optimization
Try to optimize the following multi-select statement:
aCode =>
9 ? [ ^ true. ]
10 ? [ ^ true. ]
11 ? [ ^ true. ]
12 ? [ ^ true. ]
13 ? [ ^ true. ]
32 ? [ ^ true. ].
Maybe if add a system to support conditions in multi-select?
yes, of course