| 1 |
|
| 2 | Types and Methods <a class="group-link" href="chap-type-method.html">type-method</a>
|
| 3 |
|
| 4 |
|
| 5 | [Atom Types] Null Bool
|
| 6 | [Number Types] Int Float
|
| 7 | [Str] X find() replace()
|
| 8 | trim() trimStart() trimEnd()
|
| 9 | startsWith() endsWith()
|
| 10 | upper() lower()
|
| 11 | search() leftMatch()
|
| 12 | [List] List/append() pop() extend() indexOf()
|
| 13 | X insert() X remove() reverse()
|
| 14 | [Dict] keys() values() X get() X erase()
|
| 15 | X inc() X accum()
|
| 16 | [Range]
|
| 17 | [Eggex]
|
| 18 | [Match] group() start() end()
|
| 19 | X groups() X groupDict()
|
| 20 | [Place] setValue()
|
| 21 | [Code Types] Expr Command
|
| 22 | BuiltinFunc BoundFunc
|
| 23 | X [Func] name() location() toJson()
|
| 24 | X [Proc] name() location() toJson()
|
| 25 | X [Module] name() filename()
|
| 26 | [IO] X eval() X captureStdout()
|
| 27 | promptVal()
|
| 28 | X time() X strftime()
|
| 29 | X glob()
|
| 30 | X [Guts] heapId()
|