Template:C

From translatewiki.net
The documentation of this template is included from its /doc subpage. [Edit]
Syntax:
  • {{C|some code}}
Parameters:
  • Only one, unnamed and optional. That means, if you put this template on page without arguments, nothing will happen. But, do not do this.
Example:
  • {{C|
    1 = a = b + c * ( d - e); }}

    gives:
    a = b + c * ( d - e);