apropos, testing this here and works also: ```haxe...
# lime
b
apropos, testing this here and works also:
Copy code
haxe
class Main extends Application 
{
  public function new () {
    super ();
    trace("Hello World");
    System.exit(0);
  }
}
3 Views