U (Ractangle)

From Esolang
(Redirected from User:U (Ractangle))
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.

U is an esoteric programming language created by User:Ractangle based on mostly bf

Syntax

Commands

CMD ACTION
>   Move the cell pointer right
<   Move the cell pointer left
:   Duplicate the cureent cell's value to the cell next to it
+   Increment the current cell
-   Decrement the current cell
.   Output the current cell's value as an ASCII charecter
,   Output the current cell's value as an Interger
*   Multiplyies the two cells together
/   Divides the two cells togeteher
s   Sum of the two cells
d   Difrence of the two cells
?   Prints the cells and the current position of the pointer