Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

k.h
#ifdef GIMME_A_K

#ifndef K_H
#define K_H
const int k = 42;
#endif

#endif