$myVar = 'c'; # Character $myVar = "Hello World!"; # String $myVar = 42; # Integer $myVar = 3.14159; # Float