'''Originally Posted By: Vdoan'''
i was wondering something as i wrote the program<br>does the quine portion string include all the non trivial comment (<br>like the <br>/**<br>* @author<br>* @version<br>*/<br>public class MultiQuine( etc etc<br><br>or it just copy public class MultiQuine( etc etc <br>and only when it enter in java doc mode it output the javadoc, non trivial comment in html5 format ?<br><br>Thanks a lot
When it is in positive integer output mode. It should output its source code exactly, every character of it including comments, that many times.<br><br>Best,<br>Chris