/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var s:String = "Hi!"; var p:String = (s=="Hi!") ? "Welcome!" : "Goog Bye!"; trace(p);
You need to login to post a comment.
arpo on 04/09/09
4 people have marked this snippet as a favorite
sweetbabyyoung
gudeidea
weavermedia
alsodenn
var s:String = "Hi!"; var p:String = (s=="Hi!") ? "Welcome!" : "Goog Bye!"; trace(p);
You need to login to post a comment.