Page 1 of 1
Text Output?
Posted: Tue Feb 05, 2008 8:30 pm
by renton_academy
Is there any way to display text output in the console for testing purposes? or is it just reserved for the game data?
Posted: Thu Feb 07, 2008 6:27 am
by adum
sure, System.out.println will work running in native mode, and also to a lesser extent in the HackJVM mode (keep things simple there, like println("hi") or (dimx), but not ("hi" + dimx))
adum