x := 1. // x:int x := true. // Can't assign a bool to an int. print "x = ". print x. printnl. // Type of x?