Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • \$\begingroup\$ cracked \$\endgroup\$ Commented May 20, 2022 at 21:16
  • \$\begingroup\$ another non-cop answer might be iI:, as you need : to make a goto label, and being able to goto arbitrary labels isn't useful if you cant make labels \$\endgroup\$ Commented May 20, 2022 at 23:17
  • \$\begingroup\$ @des54321 Even without labels I think you could still be TC through clever use of for to execute a statement conditionally and call %0 to recursively invoke the entire script. \$\endgroup\$ Commented May 21, 2022 at 7:03
  • \$\begingroup\$ youre right @Neil, I was thinking something similar, that variables let you still get control flow from calling other scripts \$\endgroup\$ Commented May 21, 2022 at 19:37