What is a variable?
Declare a variable
Define datatype
Assigning value to a variable
Doing calculation and output a variable
What is a variable?
Learn ActionScript Basics
Remember any mathematical calculation we studied in our school,
Area = side * side (Formulae to find area of square)
Here side going to have some value, which we multiple and assign the final value in Area.
So each of the is a variable going to hold some number.
In programatic way of variable may have not only numbers, it may also have Text, Character, Boolean (True|False).
Read More..
0 comments:
Post a Comment