Re: [phix] How does namespacing work?

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

"map" is not the default namespace of builtins/map.e

include builtins/map.e  
  
map x = new()  
put( x, "one",  1000 )  
? map:get(x, "one" )  
 
/* 

? map:get(x, "one" )  
     ^ '(' expected 
*/ 

_tom

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

Search



Quick Links

User menu

Not signed in.

Misc Menu