Trate

From Esolang
Jump to navigation Jump to search

Trate is a tool thought of by User:A for bitwise-translating the input.

Instructions

Nx,y Negates the position on (x,y), also affecting the nearby cells to negate. If on the edge, cells out-of-the-edge will not be affected.

Sx Compose the array to a width of x.

Example:

11001
11101
01101
01010
11011

Negation on (3,3):

11001
11001
00011
01110
11011