Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
/* Used in enum.c test */ enum Color { Red, Green, Blue }; enum Shape { Square, Triangle = 17, Rhombus, Circle }; enum Shape aRoundShape = Circle;