NAME
	tail - print the last lines of a file

SYNOPSIS
	void tail(string filename)

DESCRIPTION
	Writes the approx 1080 last bytes of the file 'filename' to the
	current player, ie this_player	

	It ensures that it starts writing on a new line.

SEE ALSO
	write, cat

