|
-
Conditional Operator
exp1?exp2:exp3
I used
tx1=(tx1==2?0:1);
gives expecting an identfier error.
Is it implemented in KoolMoves? Or am I doing something wrong?
-
undead creature
Originally posted by BreakPoint
Conditional Operator
exp1?exp2:exp3
I used
tx1=(tx1==2?0:1);
gives expecting an identfier error.
Is it implemented in KoolMoves? Or am I doing something wrong?
Sorry...not implemented !
There are few "things" not implemented in KM v3.2
Wait a bit for a future release.
-
It is not implemented yet. Use if .. else instead.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|