+-"quote

From Esolang
Jump to navigation Jump to search

This is basically the same as "quote, but with recursion.

Commands

This is basically the same as "quote, but with 2 new commands

  • -: intepret the stored string as +-"quote with sanme stored string
  • +: halt

Examples

Truth machine

te"qeq"eq"o-"-

(+ for 0, - for 1)

Infinite loop

e"-"-

Infinite output Hello, World!

e"q"Hqello, World!q"-"-