namespace

new topic     » topic index » view thread      » older message » newer message

Strangely enough quite recently I tripped again over the following 
aspect of the brave new world of 'improved' namespace handling:


-- test.e 
global constant a = 1


-- test.ex
include test.e
? a
constant a = 2
? a


-- output
1
2


Not even a simple warning about the previous instance! Is this 
really desirable/acceptable behaviour?

jiri

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu