Argument-binding syntax
Argument-binding syntax
ID: 2090Owner: Samantha
Date: 2013-03-03 01:04:47Priority: Major
Product/Component: Cadre Bugs
My money's on using a question mark to denote this.

x = function ?(a, b, c) {[
    a;
    b;
    c;
]};


The ?() primitive would furiously capture $_args[] and declare variables in the current scope, only recognized by function.
Also added function(params) {[code]} syntax.