|
 |
Am 2017-01-17 07:08, also sprach clipka:
> Am 17.01.2017 um 10:53 schrieb dick balaska:
>> I had to break spec only once...
>
> Wow, that's impressive!
>
Eh crap. Two other failures (that I've used in my own code).
Basically, I can't deal with mixed (broken) nesting between directives
and objects.
1)
#declare MyObject=
#if (1)
box {0,1}
#else
box {2,3}
#end
2)
#declare MyObject=
#if (needUnion)
union {
#end
#for (I,0,needUnion)
box {0,1}
#end
#if (needUnion)
}
#end
--
dik
Post a reply to this message
|
 |