summaryrefslogtreecommitdiff
path: root/doc/quine-prj-2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quine-prj-2.txt')
-rw-r--r--doc/quine-prj-2.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/quine-prj-2.txt b/doc/quine-prj-2.txt
new file mode 100644
index 0000000..9c60b92
--- /dev/null
+++ b/doc/quine-prj-2.txt
@@ -0,0 +1,15 @@
+#!/command/execlineb
+define e "#!/command/execlineb
+define e ${q}${E}${q}
+multisubstitute {
+define q ${b}${q}
+define b ${b}${b}
+define E $e
+}
+echo $e"
+multisubstitute {
+define q \"
+define b \\
+define E $e
+}
+echo $e