Displays the welcome message and start prompt.

Property definitions

nitc $ Nitx :: start
	# Displays the welcome message and start prompt.
	fun start do
		welcome
		prompt
	end
src/nitx.nit:61,2--65,4