© Tyl Software Foundation 2019-2021
▶ HELLO WORLD
This one line Tyl program prints Hello, World!:
print 'Hello, World!'
Hello, World!
This line is a one line program, meaning that the program is consisted of
only one line.
print
function is a system
function that handles printing of variables and scalars, such as the
string 'Hello, World!'.