How to dispatch a list to multiple lists by some range?
like the second list the range is 3<x≦4 and the third list the range is 6<x≦10
Can “dispatch” definite a range of numbers?
How to dispatch a list to multiple lists by some range?
Partition will do this
Expressions can do this with conditionals
expression-if-and.gh (5.9 KB)
Thank you so much ! I’ll try these three ways ~!