1 | ---
|
2 | title: Index (Oils Reference)
|
3 | all_docs_url: ..
|
4 | body_css_class: width40
|
5 | default_highlighter: oils-sh
|
6 | preserve_anchor_case: yes
|
7 | ---
|
8 |
|
9 | <div class="doc-ref-header">
|
10 |
|
11 | [Oils Reference](index.html) — **Index**
|
12 |
|
13 | </div>
|
14 |
|
15 | This is an index of topics in the [Oils Reference](index.html).
|
16 |
|
17 | <div id="dense-toc">
|
18 | </div>
|
19 |
|
20 | ## Name Conflicts
|
21 |
|
22 | ### append
|
23 |
|
24 | The name `append` can refer to:
|
25 |
|
26 | - The builtin command [append][cmd/append]
|
27 | - The [List method append][List/append]()
|
28 |
|
29 | [cmd/append]: chap-builtin-cmd.html#cmd/append
|
30 | [List/append]: chap-type-method.html#List/append
|
31 |
|
32 | ### type
|
33 |
|
34 | The name `type` can refer to:
|
35 |
|
36 | - The builtin command [type][cmd/type]
|
37 | - The builtin function [type][func/type]()
|
38 |
|
39 | [cmd/type]: chap-builtin-cmd.html#cmd/type
|
40 | [func/type]: chap-builtin-func.html#func/type
|
41 |
|