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

61 lines, 38 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### false
33
34The name `false` can refer to:
35
36- The builtin command [false][cmd/false]
37- The expression [false][expr/false]
38
39[cmd/false]: chap-builtin-cmd.html#cmd/false
40[expr/false]: chap-type-method.html#expr/false
41
42### true
43
44The name `true` can refer to:
45
46- The builtin command [true][cmd/true]
47- The expression [true][expr/true]
48
49[cmd/true]: chap-builtin-cmd.html#cmd/true
50[expr/true]: chap-type-method.html#expr/true
51
52
53### type
54
55The name `type` can refer to:
56
57- The builtin command [type][cmd/type]
58- The builtin function [type][func/type]
59
60[cmd/type]: chap-builtin-cmd.html#cmd/type
61[func/type]: chap-builtin-func.html#func/type