builtins.md converted to projects

This commit is contained in:
Chris Penner 2024-06-25 17:10:02 -07:00
parent e2f4c388b6
commit 6e48ce47be
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
The `builtins.merge` command adds the known builtins to a `builtin` subnamespace within the current namespace.
The `builtins.merge` command adds the known builtins to the specified subnamespace within the current namespace.
```ucm
scratch/main tmp> builtins.merge
scratch/main tmp> ls builtin
scratch/main> builtins.merge builtins
scratch/main> ls builtins
```

View File

@ -1,13 +1,11 @@
The `builtins.merge` command adds the known builtins to a `builtin` subnamespace within the current namespace.
The `builtins.merge` command adds the known builtins to the specified subnamespace within the current namespace.
```ucm
☝️ The namespace .tmp is empty.
.tmp> builtins.merge
scratch/main> builtins.merge builtins
Done.
.tmp> ls builtin
scratch/main> ls builtins
1. Any (builtin type)
2. Any/ (2 terms)