Difference between revisions of "Any keyword"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Swapped function and parameter round)
Line 1: Line 1:
The keyword "any" can be used in place of a data type for a parameter's function. It is not itself a data type, but instead indicates that a variable of any data type can be passed in that parameter.
+
The '''any''' keyword can be used in place of a data type for a function's parameter. It is not itself a data type, but instead indicates that a variable of any data type can be passed in that parameter.
  
 
[[Category:DAScript types]]
 
[[Category:DAScript types]]

Revision as of 22:59, 31 July 2009

The any keyword can be used in place of a data type for a function's parameter. It is not itself a data type, but instead indicates that a variable of any data type can be passed in that parameter.