9 lines
290 B
Text
9 lines
290 B
Text
|
|
"the net namespace allows any other constructs and namespaces in it. They can be added";
|
|
"using \"Name\" net:register after which net:Name is available to become a construct";
|
|
construct net namespace {
|
|
;
|
|
register { | with name this ;
|
|
name "net" this register-field
|
|
}
|
|
}
|