Dice Roll
Jump to navigation
Jump to search
Dice Roll is an esolang created by User:AnotherUser05.
Commands
Command | Description |
---|---|
1-99 | Constant number. |
d | Roll a die. The number can also be a command. |
+ | Adds the two most recent dice rolls. |
- | Subtracts the two most recent dice rolls. |
! | Get a input. |
> | Output the result of the next command as a value. |
^ | Output the result of the next command as an ASCII character. |
[] | Repeats the code inside a fixed number of times determined by the input before the repeat. |