spl/net.spl

10 lines
290 B
Text
Raw Normal View History

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