[haXe] Sting and * cannot be reconciled in CVS version
Nicolas Cannasse
ncannasse at motion-twin.com
Mon Aug 6 15:39:52 CEST 2007
Asger Ottar Alstrup a écrit :
> Hi,
>
> This program:
>
> class NullBug {
> public static function main() {
> var s = "Welcome";
> var openbracket = s.indexOf("[");
> var e = if (openbracket != -1) s.substr(0, openbracket) else s;
> }
> }
Fixed on CVS.
This was related to String/Array methods being declared in the AS3
namespace.
Nicolas
More information about the Haxe
mailing list