Constants are similar to variables in that they have an identifier, a type, and a value, but their value cannot be changed once they have been set. Constants are declared using the const keyword:
const DAYS_PER_WEEK:uint = 7;
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.