Hi guys
I’m studying online code and I just can not convert this line( AS3 and Flash) into lua:
theValue = theValue \< mProps[theProp].value ? theValue : mProps[theProp].value;
precisely I do not understand what they are for “?” and “:” operatos
can someone help me?