diff options
Diffstat (limited to 'doc/quine-prj-3.txt')
-rw-r--r-- | doc/quine-prj-3.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/quine-prj-3.txt b/doc/quine-prj-3.txt index e5b5708..36e8aa3 100644 --- a/doc/quine-prj-3.txt +++ b/doc/quine-prj-3.txt @@ -1,13 +1,13 @@ #!/command/execlineb -P -define e "#!/command/execlineb -P -define e ${q}${E}${q} += e "#!/command/execlineb -P += e ${q}${E}${q} export E $e -define q ${b}${q} -define b ${b}${b} -import E += q ${b}${q} += b ${b}${b} +$ E E echo $e" export E $e -define q \" -define b \\ -import E += q \" += b \\ +$ E E echo $e |