Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

b_quote.h
#ifndef B_QUOTE_H
#define B_QUOTE_H

#define FOO2_QUOTE(x) x + x
#define BAR2_QUOTE(x) x + x
#define BAZ2_QUOTE(x) x + x

#endif