main(List args) { var intVar = 123; var strVar = "Hello"; print("$intVar, $strVar"); }