Difference between revisions of "Any keyword"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m
 
(4 intermediate revisions by the same user not shown)
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:Keywords]]

Latest revision as of 23:36, 2 August 2011

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.