Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 20, 2022 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/b1291f0d2e7f5373983c40dc8985f8d3 to your computer and use it in GitHub Desktop.
Save guitarrapc/b1291f0d2e7f5373983c40dc8985f8d3 to your computer and use it in GitHub Desktop.
C# can treat http://google.com as valid code.
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