New line issue

This question may be really basic, but please bear with me. Whenever I try to make a new line in a Gui Label, the /n just shows up with the text, and doesn’t make a new line.

var customLabel : GUIStyle;

function OnGUI () {
GUI.Label (Rect (100, 100, 25, 25), “Line 1/nLine 2”, customLabel);

The new line escape code is " ".

In the future please use a short descriptive title. Then place the details of your question in the question body.