Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint

2.3. Using constants

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.

  

Start a Free Trial