On 21/01/2012, at 02:34, Axel Rauschmayer wrote:
> how about ƒ (which has been mentioned many times)? It seems very appropriate 
> and is even easy to type on a Mac (easier than square brackets on a German 
> keyboard!).

setTimeout( ƒ () { ... }, 1e3)
setTimeout( `() { ... }, 1e3)

setTimeout( ƒ name () { ... }, 1e3)
setTimeout( `name () { ... }, 1e3)

ƒ name () { ... }
`name () { ... }
-- 
Jorge.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to