Question on NATURAL Default Page Title

Hi,

If we use DISPLAY statement without NOTITLE and the program doesn’t have a WRITE TITLE statement, will there be a blank line displayed below the default page title?

Thanks,
Selva

Display: 1 empty line between page title and column headers +
1 empty line between column headers and Data
Display + Notitle: 1 empty line between column headers and Data
Display + Nohdr: 1 empty line between page title and Data
Display + Notitle + Nohdr: No empty lines at all
Display + Write Title: 1 empty line between column headers and Data
Display + Write Title + Nohdr: No empty lines at all

An easy answer, run this program:

WRITE ‘Hello World’ .

or:

DISPLAY *USER .

Thanks Yehuda & Henrik Hermansen !!!