haXe Forum > write to stdout
-
keith ashford Feb 08 at 21:16
how do you write to stdout for a debug log?
-
heinz hoelzer Feb 09 at 22:11
neko: neko.Lib.print("foo") or neko.Lib.println("foo")
cpp: cpp.Lib.print("foo") or cpp.Lib.println("foo")you can also access stdout by
neko.File.stdout()
cpp.File.stdout()
< Prev
| Page 1 / 1 |
Next >