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

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