Difference between revisions of "Template:PRE-functions"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
== Example == | == Example == | ||
<syntaxhighlight></syntaxhighlight> | <syntaxhighlight></syntaxhighlight> | ||
| + | |||
| + | == See also == | ||
| + | |||
<br /><br /> | <br /><br /> | ||
[[Category:PutMeInACategory]] | [[Category:PutMeInACategory]] | ||
Revision as of 18:56, 24 May 2011
functionName is a function that is part of INSERT_CATEGORY_HERE.
This has been introduced in TI-Nspire OS 3.0 (Changes).
Syntax
functionName(arg1, arg2, arg3 [,arg4])
| Parameter | Type | Description |
|---|---|---|
| arg1 | TypeOfArg1 | Description of arg1 |
| arg2 | TypeOfArg2 | Description of arg2 |
| arg3 | TypeOfArg3 | Description of arg3 |
| arg4 | TypeOfArg4 | Description of arg4 |
Example
See also