Template:C/doc
Appearance
This is the documentation subpage for the parent Template:C page.
- 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);