为什么这段代码编译(url不是关键字)?

Bud*_*ril 0 c# url keyword

我有这个代码:

        static void Main(string[] args)
        {
            Console.WriteLine("iexplore");
            http://www.google.com;
            Console.WriteLine("maximize"); 
            Console.ReadLine();
        }
Run Code Online (Sandbox Code Playgroud)

我不清楚为什么这个代码会编译?因为我有一个网址,而且它不是ac#keyword ...

Sco*_*ain 5

在C#做

someText: 
Run Code Online (Sandbox Code Playgroud)

goto之后制作一个标签

//Some other text
Run Code Online (Sandbox Code Playgroud)

是评论所以

http://www.google.com;
Run Code Online (Sandbox Code Playgroud)

http:评论后跟的标签//www.google.com;