set hellostring=Saras IT echo %hellostring%
set hellostring=Saras IT echo %hellostring%
INSERT INTO hello_world VALUES (‘Saras IT’); EXEC SQL COMMIT;
WScript.StdOut.WriteLine(“Saras IT”);
<mx:Label text=”Hello, world! Saras IT”/> </mx:Application>
fun main(args: Array<String>) { println(“Saras IT”) }