SET @hello_world = 'Saras IT'
PRINT @hello_world
SET @hello_world = 'Saras IT'
PRINT @hello_world
<note> <to>Hello world!</to> <from>Saras IT</from> </note>
fun main(args: Array<String>) { println(“Saras IT”) }
println(“Hello World; Saras IT”) }
Sub Main() System.Console.WriteLine(“Saras IT”) End Sub End Module