package com.packt.chapter2 fun a() { val name = "Sam" val concat = "hello " + name }