If I write a node and set `$writable` to `write`. It works as expected. If I omit the declaration, it works as expected (not writable). If I set `$writable` to `never`, I can still write the value with an @ set command.
If I write a node and set
$writabletowrite. It works as expected.If I omit the declaration, it works as expected (not writable).
If I set
$writabletonever, I can still write the value with an @ set command.