SET @hello_world = 'Saras IT'
PRINT @hello_world
SET @hello_world = 'Saras IT'
PRINT @hello_world
<% HelloWorldLabel.Text = “Saras IT”; %>
DBMS_OUTPUT.PUT_LINE(‘Saras IT’); END HELLO_WORLD; /
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>
use strict; print ‘Hello, world’; print ‘Saras IT’;