|
@@ -133,7 +133,7 @@ class Std {
|
|
public static function chr( x : Int ) : String {
|
|
public static function chr( x : Int ) : String {
|
|
return untyped
|
|
return untyped
|
|
#if flash
|
|
#if flash
|
|
- String.fromCharCode(x);
|
|
|
|
|
|
+ String["fromCharCode"](x);
|
|
#else neko
|
|
#else neko
|
|
{
|
|
{
|
|
var s = __dollar__smake(1);
|
|
var s = __dollar__smake(1);
|