Add underscore _ to text string

makiz63
Kilo Contributor

I have the following script which is not working, I want to have an underscore after the 'Room" before the var_area is displayed

ie:  Room_ComptuterRoom301

if (loc1) {

desk +="Room" + "_" + 'var_area\n';

}

How do I join the symbol.