Hi,
here's a glitch with current git:
<hansl>
eval (1 == 1 ? "hey" : nonexisting) # works
eval (exists(nonexisting) ? nonexisting : "hey") # works
# bundle style
eval (exists(nobundle) ? nobundle.whatever : "ouf") # fails (nobundle:
no such object)
</hansl>
thanks
sven