/ Published in: ActionScript 3
URL: http://www.brettwidmann.com
Used for the blog post: http://www.brettwidmann.com/2010/08/flash-primitive-data-types
Expand |
Embed | Plain Text
//declare a String, and assign a value to it var str:String = "This is a string."; //trace the value of the String trace(str);
You need to login to post a comment.
