Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

code.h
// 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;
}