Difference between revisions of "Any keyword"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Not much to say about this yet, but filling a redlink)
 
m
 
(5 intermediate revisions by 2 users 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:data 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.