Text Output?

Post Reply
renton_academy
Posts: 5
Joined: Sun Feb 03, 2008 5:44 am

Text Output?

Post 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?
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post 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
Post Reply