Slidd
Jump to navigation
Jump to search
Slidd Is an esoteric Programming language created By User:Buckets in 2021.
| Commands | Instructions |
|---|---|
| < | Rotate 90 degrees Clockwise then Slide the Row If the new Direction is Left Or right but Its the column If the New direction Is Up or down, to Slide It by the Top value Of the stack. |
| > | If the Top value > Second top Value, Rotate by 90 degrees. |
| # | Push 0 then If used Again, 1 then 2, Then 3, Etc cetera For everytime the IP Executes this command. |
| % | Pop the Top two Values and Pushes the Second top Value modulo the Top value. |
| $ | Push the Input value if the Top Value is 0, Else pop the Top value and Print it In ASCII. |
| @ | Pops the top Two values, Pushes the Sum Sum Swaps The top two Values and Multiplies the top value by -1 then Rotate 90 degrees Anti-clockwise. |
| . | Rotate 45 degrees Clockwise and Swap the Top Two values. |
Cat Program:
#$$