/* Check Print function */
Print("Hello World\n");
Print(7);
Print(8.0);
Print(true);
