Mill Computing, Inc. Forums The Mill Architecture switches Reply To: switches

goldbug
Participant
Post count: 53

Hmmm, on second thought, maybe picking using a function result as selector is not that uncommon, for example:


if (isEmpty(mylist))
    return 3;
else
    return 5;

Sorry if I am wasting precious Ivan cycles.