gilfusion

Results 2 issues of gilfusion

Currently, this is valid: ```vb Sub WriteFoo() Console.WriteLine("foo") End Sub ``` and this is valid: ```vb Sub WriteFoo() Console.WriteLine("foo") : End Sub ``` but this is an error: ```vb Sub...

In a number of proposals in the last year, a few of us have responded with something along the lines of, "you could write a function to do that". So...