String-rewriting paradigm

From Esolang
Jump to navigation Jump to search
Not to be confused with String rewriting paradigm, nor Category:String-rewriting paradigm.

Syntax

It only has 2 extremely simple commands. They are:

>

This moves the first byte of the program to the end of the program.

Any other byte

That is printed into console and is deleted. Code is executed in cyclic sequence.

Examples

Hello, World!:

Hello, World!

Infinite loop (starts w/ space; prints many spaces):

 >>>