diff --git a/demo/kitchen-sink/docs/haxe.hx b/demo/kitchen-sink/docs/haxe.hx new file mode 100644 index 00000000..cc5b17bc --- /dev/null +++ b/demo/kitchen-sink/docs/haxe.hx @@ -0,0 +1,8 @@ +class MyHaxeClass { + public HelloWorld:Void() + { + // Say Hello! + var greeting = "Hello"; + trace(greeting + " World"); + } +} \ No newline at end of file