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.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/quine-prj-2.txt b/doc/quine-prj-2.txt
index 9c60b92..1c6c6a1 100644
--- a/doc/quine-prj-2.txt
+++ b/doc/quine-prj-2.txt
@@ -1,15 +1,15 @@
#!/command/execlineb
-define e "#!/command/execlineb
-define e ${q}${E}${q}
+= e "#!/command/execlineb
+= e ${q}${E}${q}
multisubstitute {
-define q ${b}${q}
-define b ${b}${b}
-define E $e
+= q ${b}${q}
+= b ${b}${b}
+= E $e
}
echo $e"
multisubstitute {
-define q \"
-define b \\
-define E $e
+= q \"
+= b \\
+= E $e
}
echo $e