Quine: Difference between revisions

4 bytes removed ,  9 years ago
m
no edit summary
mNo edit summary
mNo edit summary
Line 22:
** Write the entire program on one line, for free-form languages (as you can see for some of the solutions here, they run off the edge of the screen), thus removing the need for newlines. However, this may be unacceptable as some languages require a newline at the end of the file; and otherwise it is still generally good style to have a newline at the end of a file. (The task is not clear on whether a newline is required at the end of the file.) Some languages have a print statement that appends a newline; which solves the newline-at-the-end issue; but others do not.
 
'''Next to the Quines presented here, many other versions can be found on the [http://www.nyx.net/~gthompso/self_rexxquine.txthtm Quine] page.'''
 
=={{header|ABAP}}==
Anonymous user