#SquirrelJME: Now the hello world property printing demo works again after taking quite the diversion to implement the needed Formatter stuff.
#SquirrelJME: The compiler is getting confused here, it is showing the file and line of a source file that is of the wrong class. So it thinks there is a syntax error inside of a JavaDoc comment, but it really is being confused as to which code is being parsed.
#SquirrelJME: I found an error in Oracle's JavaDoc, Formatter specifies that the alternate form is valid for general conversions (bool, hashcode, and string) but it actually is not valid at all, not even for hashcodes.
#SquirrelJME: There are 26 different formats date/time formats that java.util.Formatter.format() can output. I am probably going to ignore and not support them for now since I am not even sure I have anything which uses dates right now.
#SquirrelJME: *slaps side of java.util.Formatter.format()* This bad girl has so many date/time conversions.
@XerTheSquirrel ha! we don't have those here, luckily
Moved to @XerShadowTail , please follow me there instead!