cleanup, docs

This commit is contained in:
root
2026-06-16 23:02:45 +00:00
parent ea08d5f28b
commit b8b56cf3dd
160 changed files with 1076 additions and 511 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ If `name` contains a colon, only the file portion is used for resolution.
This is primarily a debugging helper so you can see which concrete file a shorthand component name maps to.
:example
print("component_resolve example\n");
print("resolved path: ", component_resolve("examples/sample_unit"), "\n");