Scripting terminology

From Dragon Age Toolset Wiki
Revision as of 18:13, 13 August 2011 by Sunjammer (Talk | contribs) (Created)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Contents
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

constructor 
a function that creates an instance of a data type

L

literal 
a textual representation of a value for a data type, for example, 12345 is a int literal, 123.45 is a float and, "Hello World" is a string literal