Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

e_quote.h
#ifndef E_QUOTE_H
#define E_QUOTE_H

#define BAZ1_QUOTE(x) 2 * x
#define BAZ2_QUOTE(x) 2 * x

#endif