Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// Some code for the middle of a program x = x; if (x == 0) { x = 1; } else { x = 2; } if (true) { x = x; } else { x = x; }