AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Add quine example #239

Closed AshleyYakeley closed 8 months ago

AshleyYakeley commented 9 months ago

Came up with this:

(fn t => with Text in outputLn.Env $ "(" <> t <> ") " <> show t) "fn t => with Text in outputLn.Env $ \"(\" <> t <> \") \" <> show t"
AshleyYakeley commented 8 months ago

Done.