2023-03-06 04:28:51 +01:00
|
|
|
|
2023-08-04 20:38:47 +02:00
|
|
|
"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";
|
2023-03-06 04:28:51 +01:00
|
|
|
construct net namespace {
|
|
|
|
;
|
|
|
|
register { | with name this ;
|
2023-08-04 20:38:47 +02:00
|
|
|
name "net" this register-field
|
2023-03-06 04:28:51 +01:00
|
|
|
}
|
|
|
|
}
|