Created
December 20, 2022 01:43
-
-
Save guitarrapc/b1291f0d2e7f5373983c40dc8985f8d3 to your computer and use it in GitHub Desktop.
C# can treat http://google.com as valid code.
This file contains hidden or 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