Expanded function syntax

2008-01-31 Thread Mark Filipak
Hello, May I make a pitch for an expanded function syntax? This example will say it all (I hope). What I have to write now: getFirstChildOfElementWithTagName(Papa, 'baby'); What I'd like to be able to write: getFirstChildOfElement(myPapa)withTagName('baby'); function

Expanded function syntax

2008-01-31 Thread Mark Filipak
Hello, (Sorry. What I meant to write is below.) May I make a pitch for an expanded function syntax? This example will say it all (I hope). What I have to write now: getFirstChildOfElementWithTagName(Papa, 'baby'); What I'd like to be able to write: