MinusGreater

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
The title of this article is not correct because of technical limitations. The correct title is actually ->.

MinusGreater is a lang made by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. its like Thue but in the order you set it to. also ::= is now -> . At the end, is the program state, however the first letter is not included. If it is L, the program loops to the start. escape characters (\n for newline, \i for input, \\, for backslash, and \L for -> can be used) also, \p after -> will print the string before the program ends

programs

number program:

********** -> T
********* -> 9
******** -> 8
******* -> 7
****** -> 6
***** -> 5
**** -> 4
*** -> 3
** -> 2
* -> 1
T| -> T0|
1| -> |1
2| -> |2
3| -> |3
4| -> |4
5| -> |5
6| -> |6
7| -> |7
8| -> |8
9| -> |9
0| -> |0
T -> *
|| -> 
L|\i|

hello world

%Hello, World!

truth-machine

1 -> 1\p1
L\i