
05-26-2001, 12:21 PM
|
|
Registered User
|
Join Date: May 2001
Location: Olympia, Washington USA
Posts: 25
|
|
: and ?
|
Can someone tell me what the commands : and ? do? I have seen them in codes and they aren't documented (pretty sure).
Here is an example from a code I have:
this.speed = (this.size==1? 1 : this.size==2? 1.2: 1.5);
Thanks a bunch |
|
|
|