class EVC_BOOLEAN_EXPRESSION

(source code)

description

Evolicity boolean expression

note
	description: "Evolicity boolean expression"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-03-18 7:02:53 GMT (Tuesday 18th March 2025)"
	revision: "6"

deferred class
	EVC_BOOLEAN_EXPRESSION

inherit
	EVC_EXPRESSION

feature -- Access

	is_true: BOOLEAN
		
end