Difference between revisions of "Template:PRE-functions"

From Inspired-Lua Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''functionName''' is a function that is part of [[:Category:INSERT_CATEGORY_HERE|INSERT_CATEGORY_HERE]].  
+
'''functionName''' is a function that is part of the [[:Category:INSERT_CATEGORY_HERE|INSERT_CATEGORY_HERE]].
 +
 
 
{{Since|3.0}}
 
{{Since|3.0}}
  
Line 9: Line 10:
 
! Parameter !! Type !! Description
 
! Parameter !! Type !! Description
 
|-
 
|-
| <u>arg1</u> || TypeOfArg1 || Description of arg1
+
| <u><center>arg1</center></u> || TypeOfArg1 || Description of arg1
 
|-
 
|-
| <u>arg2</u> || TypeOfArg2 || Description of arg2
+
| <u><center>arg2</center></u> || TypeOfArg2 || Description of arg2
 
|-
 
|-
| <u>arg3</u> || TypeOfArg3 || Description of arg3
+
| <u><center>arg3</center></u> || TypeOfArg3 || Description of arg3
 
|-
 
|-
| <u>arg4</u> || TypeOfArg4 || Description of arg4
+
| <u><center>arg4</center></u> || TypeOfArg4 || Description of arg4
 
|}
 
|}
  
 
== Example  ==
 
== Example  ==
<syntaxhighlight></syntaxhighlight>
+
<syntaxhighlight>--Put some code here</syntaxhighlight>
  
<br /><br />
+
== See also  ==
 +
*[[LINK_1]]
 +
*[[LINK_2]]
  
[[Category:PutMeInACategory]]
+
<br />

Latest revision as of 13: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
arg1
TypeOfArg1 Description of arg1
arg2
TypeOfArg2 Description of arg2
arg3
TypeOfArg3 Description of arg3
arg4
TypeOfArg4 Description of arg4

Example

--Put some code here

See also