My plan for Alt Flow 5, 4, and 3 is to compile a Tag system into it. I'm confident this can be done because of this structure:
PREV 2
COPY n
SKIP 4
PREV 0
COPY 2
PREV 2
COPY n
...If you jump to the PREV 0 using a future PREV command, it copies and appends itself to the end of the program. I just have to figure out how to make it so that it can be used multiple times (because of the nature of the language, if the same line is ever run twice, it'll just infinitely loop forever, so I have to have multiple ways of copying it while also appending stuff in between, which I think is going to be possible but also much more annoying than this)
No idea why I'm posting this here instead of the TBGs but I mean it's a good sign for the cyclic tag post that'll come later
Comments
There are no comments here yet!
Come back later to see if someone commented something or create one!