Not finite Ioop
Jump to navigation
Jump to search
- Not to be confused with Not finite loop.
Yeah, this esolang basically includes lots of ways to make not finite loops.
[] This is a basic not finite loop. This loops everything inside forever. < This sends the cursor back to the begining of the program, making a not finite loop. ^ This send the cursor back to the previous *. making another not finite loop. @ When this command is run, then it'll run itself again, making a not finite loop. > This skips the next command. how is this a not finite loop? i have no idea. we hate this command.
examples
[hello]
hello<
@what
*hello^
hello><<