05-02-2024, 10:56 AM
(04-29-2024, 04:10 PM)SMcNeill Wrote: Save as "untitled.bas"That's cheating! Technically, the quine itself is supposed to be able to display itself without accessing an external file.
Code: (Select All)Open "untitled.bas" For Input As #1
While Not EOF(1)
Line Input #1, junk$
Print junk$
Wend
While 1
Fix Bugs
report all bugs fixed
receive bug report
end while
Fix Bugs
report all bugs fixed
receive bug report
end while