Print functions
These functions are used to print data on the terminal(or command line).
SRON provides two function for this:
1. println():
{
name : Main
println("Hello, SRON!")
println("A new line is here")
}OUTPUT :
2. print():
OUTPUT :
Last updated