spl/net.spl
2023-08-04 20:38:47 +02:00

10 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
}
}