Case clauses in Visual Basic are cool. You can load them up with all kinds of expressions and method calls, allowing you to fine-tune your criteria: Select Case patrons Case 1, 2 ' ----- Small table: ...
Local functions enable you to define a function within the scope of another method to help in promoting encapsulation and bring local variables into scope The support for local functions is an ...