Haxe has trace(), which can be used on all targets to print contents.
trace("aa"); // Main.hx:89: aa
How do I print just the contents, without the file name and line number?
Haxe has trace(), which can be used on all targets to print contents.
trace("aa"); // Main.hx:89: aa
How do I print just the contents, without the file name and line number?