On 10/12/2014 07:32, Geoff Canyon wrote:

Is there a more-recent-and-detailed spec that confirms or denies this? I'm
(non)patiently awaiting the ability to create inline if statements, default
parameter values, and multiple assignments.

put (if x = y then 6 else 7) into z
function getColumn pData, rowDel=cr, colDel=tab
put 3 into x into y

But maybe that's just my fantasy.

Good fantasies :-)

My favourite fantasy along these lines is named parameter instances (is there already a better name??) ...

function myFunc pData, pSize=4, pLength=12, pColour="red", pAlign="left", .....

called as
  put myFunc(myData, pLength=4) into tData

-- Alex.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to