my $string = 1; $string = "code"; # we can reuse the variable name #### char* mystring = "this is a C style string"; int myInt = 1; // Can't reuse variable names // plus need to declare the type