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