Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

out-of-order-define.h
#ifndef out_of_order

#define something_else

#define out_of_order

#endif