Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PASCAL

begin in pascal

begin //must have
	writeln("Hello World!"); //display "Hello World!" on the console(screen).
    readln;  // to stop the console for us to watch
end. // must have
 
PREVIOUS NEXT
Tagged: #pascal
ADD COMMENT
Topic
Name
5+3 =