haxe
haxe copied to clipboard
Haxe - The Cross-Platform Toolkit
Results
401
haxe issues
Sort by
recently updated
recently updated
newest added
Hej, With this sample : https://try.haxe.org/#4Aa92c24 ```haxe class Test { static function main() { try { throw "Foo"; } catch (e) { trace( Type.typeof( e ) ); trace( e.native );...