Блог пользователя thekingisback

Автор thekingisback, история, 6 месяцев назад, По-английски

In some cases, I could write like this:

If(f==true)a++,b++;

Instead of

If(f==true){a++;b++;}

However, sometimes I can't write like that and the compiler showed errors, can anybody teach me how to use the comma properly? I think it will improve my coding speed by alot. Thanks.

Полный текст и комментарии »

  • Проголосовать: нравится
  • +4
  • Проголосовать: не нравится