class Main { static function main() { var who = "world"; 'hello, $who, how are you'; } }