haxe interface example Example: haxe interface Click to copyinterface Printable { public var x:Float; public function toString():String; }