|
LA> I dislike the suddenly-popular select( "#", ... ) idiom because it is LA> uninformative (no selection is made), complicates select with unrelated LA> behavior, and misappropriates the # symbol. Given that # is the length operator, perhaps the token #... could be used for this purpose. e