gistfile1.txt
· 194 B · Text
Raw
Playground
[ -- if 1
[] -- pop next bit
0101 -- duplicate encoded 1
0 -- cancel next block
0 -- cancel this block
]
[ -- if 1
1010 -- duplicate encoded 0
0 -- cancel this loop
]
| 1 | [ -- if 1 |
| 2 | [] -- pop next bit |
| 3 | 0101 -- duplicate encoded 1 |
| 4 | 0 -- cancel next block |
| 5 | 0 -- cancel this block |
| 6 | ] |
| 7 | [ -- if 1 |
| 8 | 1010 -- duplicate encoded 0 |
| 9 | 0 -- cancel this loop |
| 10 | ] |