RosettaCodeData/Task/Quine/REBOL/quine.rebol
2023-07-01 13:44:08 -04:00

1 line
55 B
Text

rebol [] q: [print ["rebol [] q:" mold q "do q"]] do q