C# can treat http://google.com as valid code.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void Main() | |
{ | |
// ラベル (http:) + コメント (//google.com) になる | |
http://google.com | |
// 条件: 何かしらの文or式が下にないとだめ | |
for (var i = 0; i < 10; i++) {} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment