4.3BSD/usr/contrib/icon/book/01/hello3.icn

procedure main()
   write("Hello world")
   write("   this is a new beginning")
end