set hellostring=Saras IT echo %hellostring%
set hellostring=Saras IT echo %hellostring%
SET @hello_world = ‘Saras IT’ PRINT @hello_world
WScript.StdOut.WriteLine(“Saras IT”);
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>
{ var greeting:String; greeting = “Saras IT”; return greeting; }