Instruction Manual

RWCString color("white");
window.setForeground(color); // Two references to white
color = "Blue"; // One reference to white, one to blue