Here is an example. of Sample programming language by displaying the message “Hello”:
SOURCE CODE :// the main program (this is a comment)Hello:-nl,write(‘Hello World !’ ).}
SOURCE CODE :
// the main program (this is a comment)
Hello:-
nl,
write(‘Hello World !’ ).
}