SET @hello_world = 'Saras IT'
PRINT @hello_world
SET @hello_world = 'Saras IT'
PRINT @hello_world
<mx:Label text=”Hello, world! Saras IT”/> </mx:Application>
<note> <to>Hello world!</to> <from>Saras IT</from> </note>
println(“Hello World; Saras IT”) }
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>