print ("a is "||a);
type(a, integer);
a := "Hello World":
type(a, string);
"a is 4"
true
"a is Hello World"
false