We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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