Whyn
Jump to navigation
Jump to search
Whyn is an Esoteric programming language created by User:Buckets in 2021.
The Starting Direction is 45 Degrees Clockwise then Normal.
| Commands | Instructions |
|---|---|
| R | Turn 90 Degrees Clockwise. |
| L | Turn 90 Degrees Anti-Clockwise. |
| < | Move one Cell right. |
| > | Move One cell left. |
| + | Rewrite The lower Cell +1. |
| - | Rewrite The Upper Cell -1. |
| " | Print The next Cell in ASCII. |
| i | Rewrite The Upper Cell as A Value Input. |
| / | If The Next Important Cell Is not Equal to 0, Change the Direction By Reflection, Example:
↘ / ↙, Else Do nothing. |
| = | Halt the Program. |
| \ | Skip the Next Command. |
Cat program:
L
L
> R
i">R R
L
LR