Mint remake
Jump to navigation
Jump to search
Mint remake
Ok, I'll make this quick, it's just mint esolang but remade because the first one didn't work user:hajunsheng. visit
Defining
mint is a variable stack is a stack stuffs is a stack last means last of stack
Commands
"^" still adds mint to stack "v" still pops from stack ">" still rotates first of stack to last "<x" still sets mint to x "*" adds code ptr to stuffs "=" if mint != last go back to last in stuffs "+" adds replaces last with mint+last as numbers but if second to last of stack is "-" instead it'll replace last with last-mint but if mint is "?" then it has a 50% chance of setting last to 0 "~" still gets input and stores in mint "-" if mint!= last go to next * and has nothing to do with stuffs
The end
Just check the original I guess Mint