OILS / doc / ref / chap-index.md View on Github | oilshell.org

41 lines, 26 significant
1---
2title: Index (Oils Reference)
3all_docs_url: ..
4body_css_class: width40
5default_highlighter: oils-sh
6preserve_anchor_case: yes
7---
8
9<div class="doc-ref-header">
10
11[Oils Reference](index.html) &mdash; **Index**
12
13</div>
14
15This 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
24The 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
34The 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