let type myvar = record {this:string,that:int} in new myvar {this="this\nis\na\nstring",that=444} end