Skip to content

Instantly share code, notes, and snippets.

@ernado
Created October 16, 2012 16:52
Show Gist options
  • Select an option

  • Save ernado/3900514 to your computer and use it in GitHub Desktop.

Select an option

Save ernado/3900514 to your computer and use it in GitHub Desktop.
void main()
{
//блок начался, нажимаем tab и делаем отступ
double x = 0;
for (int i=0; i<2; i++)
{
//опять блок начался, опять tab
x = x + 228.0;
//блок кончился, возвращаемся обратно
} //опа, возвратились
} //опять блок кончился
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment