Template:FunctionArgument

Revision as of 16:14, 30 January 2009 by imported>SnakeChomp (Minor change to refresh to page to reflect template change)

Example 1

{{FunctionArgument
|Name = foo
|Value = {0, 1}
}}

 foo{0, 1}

Example 2

{{FunctionArgument
|Name = foo
|Type = int
}}

 foo:int