Talk:Omegaplex
Jump to navigation
Jump to search
Turing Complete?
| Brainfuck | Omegaplex |
| > | > |
| < | < |
| + | V |
| - | v |
| . | O |
| , | i |
| [ and ] | Use ?, \, /, G |
Poiuyqwert 22:10, 21 May 2006 (UTC)
- There are only 1024 stacks, so this method only gives a 1024-element stack. --ais523 11:55, 22 May 2006 (UTC)
- You can combine '<' + '[', and '>' + ']' to get 1024*1024(1048576) element stack.
- Poiuyqwert 20:42, 22 May 2006 (UTC)
- You can combine '<' + '[', and '>' + ']' to get 1024*1024(1048576) element stack.