set hellostring=Saras IT echo %hellostring%
set hellostring=Saras IT echo %hellostring%
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>
return “Saras IT”
SET @hello_world = ‘Saras IT’ PRINT @hello_world
use strict; print ‘Hello, world’; print ‘Saras IT’;