Parameter count: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
m (replacing function titles with notation using AWB)
Line 1: Line 1:
== Notation ==
{{FuncTitle|parameter_count}}
{{func|parameter_count}}


== Description ==
== Description ==
Line 13: Line 12:
== Example Call ==
== Example Call ==
<syntaxhighlight lang="gml">
<syntaxhighlight lang="gml">
Example of using the function.
// Example of using the function.
</syntaxhighlight>
</syntaxhighlight>


{{DISPLAYTITLE:parameter_count}}
 
__NOTOC__
__NOTOC__
{{Function:GM}}
{{Function:GM}}

Revision as of 04:13, 22 April 2013


Description

General description of the function.

Parameters

  • List parameters with a description of each.

Return Values

Document return values.

Example Call

// Example of using the function.