| 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 | ### clear
|
| 33 |
|
| 34 | The 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 | ### eval
|
| 43 |
|
| 44 | The name `eval` can refer to:
|
| 45 |
|
| 46 | - The [eval builtin command][cmd/eval]
|
| 47 | - The [io method eval()][io/eval]
|
| 48 | - The [pure function eval()][func/eval]
|
| 49 |
|
| 50 | [cmd/eval]: chap-builtin-cmd.html#cmd/eval
|
| 51 | [io/eval]: chap-type-method.html#io/eval
|
| 52 | [func/eval]: chap-builtin-func.html#func/eval
|
| 53 |
|
| 54 | ### evalExpr
|
| 55 |
|
| 56 | The name `eval` can refer to:
|
| 57 |
|
| 58 | - The [io method evalExpr()][io/evalExpr]
|
| 59 | - The [pure function evalExpr()][func/evalExpr]
|
| 60 |
|
| 61 | [io/evalExpr]: chap-type-method.html#io/evalExpr
|
| 62 | [func/evalExpr]: chap-builtin-func.html#func/evalExpr
|
| 63 |
|
| 64 | ### false
|
| 65 |
|
| 66 | The name `false` can refer to:
|
| 67 |
|
| 68 | - The builtin command [false][cmd/false]
|
| 69 | - The expression [false][expr/false]
|
| 70 |
|
| 71 | [cmd/false]: chap-builtin-cmd.html#cmd/false
|
| 72 | [expr/false]: chap-type-method.html#expr/false
|
| 73 |
|
| 74 | ### true
|
| 75 |
|
| 76 | The name `true` can refer to:
|
| 77 |
|
| 78 | - The builtin command [true][cmd/true]
|
| 79 | - The expression [true][expr/true]
|
| 80 |
|
| 81 | [cmd/true]: chap-builtin-cmd.html#cmd/true
|
| 82 | [expr/true]: chap-type-method.html#expr/true
|
| 83 |
|
| 84 |
|
| 85 | ### type
|
| 86 |
|
| 87 | The name `type` can refer to:
|
| 88 |
|
| 89 | - The builtin command [type][cmd/type]
|
| 90 | - The builtin function [type][func/type]
|
| 91 |
|
| 92 | [cmd/type]: chap-builtin-cmd.html#cmd/type
|
| 93 | [func/type]: chap-builtin-func.html#func/type
|