package com.packt.chapter2 val string = "string with \n new line" val rawString = """ raw string is super useful for strings that span many lines """