class EXPANDED_STRING

(source code)

Description

Experiment to see if expanded strings work

note
	description: "Experiment to see if expanded strings work"

	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: "2023-02-07 10:22:58 GMT (Tuesday 7th February 2023)"
	revision: "1"

expanded class
	EXPANDED_STRING

inherit
	STRING
end