> For the complete documentation index, see [llms.txt](https://choubey.gitbook.io/internals-of-deno/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://choubey.gitbook.io/internals-of-deno/import-and-ops.md).

# CHAPTER 6 - IMPORTS AND OPS

- [6.0 Cover page](https://choubey.gitbook.io/internals-of-deno/import-and-ops/chapter-cover-page.md)
- [6.1 Imports and ops](https://choubey.gitbook.io/internals-of-deno/import-and-ops/console-print-with-delay.md)
- [6.2 Hello world program v2](https://choubey.gitbook.io/internals-of-deno/import-and-ops/basic-console-print-with-delay.md)
- [6.3 Module graph with imports](https://choubey.gitbook.io/internals-of-deno/import-and-ops/building-module-graph.md)
- [6.4 Transpile](https://choubey.gitbook.io/internals-of-deno/import-and-ops/5.4-transpile.md)
- [6.5 Registration and instantiation](https://choubey.gitbook.io/internals-of-deno/import-and-ops/registration-and-instantiation.md)
- [6.6 Registration of ops](https://choubey.gitbook.io/internals-of-deno/import-and-ops/5.6-registration-of-ops.md)
- [6.7 Evaluate module](https://choubey.gitbook.io/internals-of-deno/import-and-ops/evaluate-module.md)
- [6.8 Sync OPs](https://choubey.gitbook.io/internals-of-deno/import-and-ops/5.8-sync-op.md)
- [6.9 Debug logs](https://choubey.gitbook.io/internals-of-deno/import-and-ops/6.9-debug-logs.md)
- [6.10 What's next](https://choubey.gitbook.io/internals-of-deno/import-and-ops/5.11-whats-next.md)
