2013-05-06

MultiQuine.

Originally Posted By: Vdoan
i was wondering something as i wrote the program
does the quine portion string include all the non trivial comment (
like the
/**
* @author
* @version
*/
public class MultiQuine( etc etc

or it just copy public class MultiQuine( etc etc
and only when it enter in java doc mode it output the javadoc, non trivial comment in html5 format ?

Thanks a lot
'''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

-- MultiQuine
When it is in positive integer output mode. It should output its source code exactly, every character of it including comments, that many times.

Best,
Chris
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
X