class CLAUSE

(source code)

Description

Sentence clause

note
	description: "Sentence clause"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2012 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"
	
	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2012-12-16 11:34:19 GMT (Sunday 16th December 2012)"
	revision: "1"

class
	CLAUSE

inherit
	WORD_LIST

create
	make, make_from_string

convert
	make_from_string ({STRING})


end -- class CLAUSE