2009-05-24から1日間の記事一覧

haXeの新機能

http://lists.motion-twin.com/pipermail/haxe/2009-May/025528.html This has been successfully implemented on CVS, with a new "using" keyword :using StringTools; class Test { static function main() { trace( "hello".trim() ); } }Completion is …