constant `->=`[];
You can do that now? Excellent. Earlier, functions were considered anti-constant...
/ Mirar
Previous text:
2003-02-10 19:36: Subject: Implicit vs. explicit type casting with Pike
([])[0] is much clearer written as UNDEFINED.
Aliasing like
mixed `->(string what) { return `[](what); }
is better written as
constant `->=`[];
/ Martin Nilsson (Åskblod)