cc: [email protected]
Subject: Re: [ast-users] ksh -c 'namespace a.c.b { integer i=5 ; } ; ' =>
a.c.b: is not an identifier?
--------
> How do I create a nested namespace?
>
> I tried this but it fails:
> ksh -c 'namespace a.c.b { integer i=5 ; } ; '
> /home/wlin/bin/ksh: a.c.b: is not an identifier
>
> Wendy
>
namespace a
{
namespace c
{
namespace b
{
integer i=5
}
}
}
David Korn
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users