i was going through one model on Time table and i saw a code there, which i dont know how to read in FlexScript. can someone elaborate what does the following code does and and what is the meaning of keywords and symbols used in it.
return /**/token.Shift == 1 ? token.Day + 1 : token.Day/**direct*/;
what is the meaning of "?" and ":" in the above code.