Argument-binding syntax
ID: 2090 | Owner:
Samantha
|
Date: 2013-03-03 01:04:47 | Priority: 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.