|
From: Hans-Bernhard B. <br...@ph...> - 2004-08-19 08:35:54
|
mi...@ph... wrote:
> There could be files like
> all_tex.dem
> all_enhanced.dem
>
> which would load those demos which are not accessible from all.dem.
Nah, that'd be a placebo solution at best. What we really need is some
kind of feature availability test function exported to the user, so
all.dem could do
if (supported("enhanced")) load 'enhancedtext.dem'
(Syntax details to be discussed)
|