Euphoria Ticket #950: Using namespace modifier with forward reference

Top-level forward references from an include are allowed:

positive_int p_i = 1 
? NO_CURSOR 
any_key() 
 
include std/console.e 

But using a namespace with a forward reference is not allowed:

console:positive_int p_i = 1 
? console:NO_CURSOR 
console:any_key() 
 
include std/console.e 

And

coco:positive_int p_i = 1 
? coco:NO_CURSOR 
coco:any_key() 
 
include std/console.e as coco 

Are namespace modifiers supposed to work like other forward references?

Details

Type: Bug Report Severity: Minor Category: Front End
Assigned To: unknown Status: New Reported Release: 4.1.0 Beta 2
Fixed in SVN #: View VCS: none Milestone:

Search



Quick Links

User menu

Not signed in.

Misc Menu