Difference between revisions of "Template:PRE-functions"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
== Example == | == Example == | ||
− | <syntaxhighlight></syntaxhighlight> | + | <syntaxhighlight>--Put some code here</syntaxhighlight> |
== See also == | == See also == | ||
Line 26: | Line 26: | ||
*[[LINK_2]] | *[[LINK_2]] | ||
− | <br /> | + | <br /> |
− | |||
− |
Latest revision as of 12:24, 6 June 2012
functionName is a function that is part of the INSERT_CATEGORY_HERE.
This has been introduced in TI-Nspire OS 3.0 (Changes).
Syntax
functionName(arg1, arg2, arg3 [,arg4])
Parameter | Type | Description |
---|---|---|
TypeOfArg1 | Description of arg1 | |
TypeOfArg2 | Description of arg2 | |
TypeOfArg3 | Description of arg3 | |
TypeOfArg4 | Description of arg4 |
Example
--Put some code here
See also