Language: Logo Author: yehuda Note: Should run on any flavor of Logo: to quine make "r [pr [to quine] type [make "r] pr list " :r pr :r pr [end]] pr [to quine] type [make "r] pr list " :r pr :r pr [end] end Author: p.a.dreyfuss@excite.com Note:Here is another quine for UCBLOGO. It uses the text command which produces the text of a program as a list. quine to quine (pr "to "quine ) pr first bf text "quine pr "end end Text in the editor to quine (pr "to "quine ) pr first bf text "quine pr "end end